2D Platformer game project to explore movement physics and game design basics.
Go to file
Jakob Feldmann bf5af96d20 Fixed unresponsive loaded scenes, when using UI
The Button for switching to a different scene now unpauses the tree
and frees the previous scene from memory
2022-06-25 15:02:10 +02:00
.vscode Fixed spring impact registration, camera tilemap limit 2022-06-19 18:12:29 +02:00
assets Fixed Main Menu with level select, new Tile Sizes & assets 2022-06-25 14:27:12 +02:00
src Fixed unresponsive loaded scenes, when using UI 2022-06-25 15:02:10 +02:00
.gitignore Fixed spring impact registration, camera tilemap limit 2022-06-19 18:12:29 +02:00
default_env.tres Result of the GDQuest Tutorial 2020-08-06 10:40:10 +02:00
icon.png Result of the GDQuest Tutorial 2020-08-06 10:40:10 +02:00
icon.png.import New blobby character, overhauled project structure 2022-05-16 12:46:06 +02:00
project.godot Fixed Main Menu with level select, new Tile Sizes & assets 2022-06-25 14:27:12 +02:00
readme.md Gitignore and readme 2022-05-17 20:56:11 +02:00

2D Platformer for exploring game development basics and movement physics