Shrinkage

This commit is contained in:
Silas Bartha 2022-04-03 14:39:14 -04:00
parent 22f50bbd03
commit f48e5c11b9
No known key found for this signature in database
GPG Key ID: 9323054A4EA1EA6C

View File

@ -356,6 +356,8 @@ impl PlayableScene {
player.size -= 0.001;
player.size -= 0.001;
self.update_camera(raylib);
}