2D Platformer game project to explore movement physics and game design basics.
Go to file
Jakob Feldmann 8021aa1bf5 fix: platforms are tweens, enemies hurting fix
Enemies now make the player die
(would be better with event)
This resolves blobby detecting being killed
whilst stomping
2023-08-04 20:56:17 +02:00
assets fix: ironed out kinks in ingame menu 2023-07-18 19:10:24 +02:00
src fix: platforms are tweens, enemies hurting fix 2023-08-04 20:56:17 +02:00
.gitignore chore: ignore savefile 2023-06-05 18:24:10 +02:00
blobby1.ico feat: Major Camera Fix & look up and down 2023-04-18 22:35:25 +02:00
blobby1.png feat: Major Camera Fix & look up and down 2023-04-18 22:35:25 +02:00
blobby1.png.import feat: Major Camera Fix & look up and down 2023-04-18 22:35:25 +02:00
default_env.tres feat: new platform&deco tiles, fix bounce super jump, frog anim fix, blobby anim fix 2023-07-04 12:56:42 +02:00
project.godot feat: new platform&deco tiles, fix bounce super jump, frog anim fix, blobby anim fix 2023-07-04 12:56:42 +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