OddlyTimbot
  • Joined on 2024-07-10
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-12-24 02:28:19 +00:00
c4af95fa6b multi levels, timer, health, coins
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-12-17 02:14:58 +00:00
a5f092f125 enemies, gamecontroller, playerdeath, coins
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-12-10 02:07:00 +00:00
0df4295b7c terrains, physics layer, parallax background, camera offset
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-12-03 01:50:18 +00:00
bdd6b790cf tilemaps sprite sheets animated sprites
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-11-26 01:52:41 +00:00
7ee32c14d2 working force push, working bullets
OddlyTimbot pushed to main at TTL/UbuntuConfig 2024-11-21 21:54:53 +00:00
51efcd5cfb going to freecad 1.0
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-11-19 01:49:25 +00:00
2b8c206abc 4 game objects, working characterbody, basic impulses
OddlyTimbot created branch main in OddlyTimbot/NovemberGodotGame 2024-11-18 23:38:25 +00:00
OddlyTimbot pushed to main at OddlyTimbot/NovemberGodotGame 2024-11-18 23:38:25 +00:00
d3e28f22b8 first commit
OddlyTimbot created repository OddlyTimbot/NovemberGodotGame 2024-11-18 23:24:12 +00:00
OddlyTimbot pushed to main at OddlyTimbot/AugGodotGameCourse 2024-10-08 00:57:06 +00:00
614fc9860b working bullets
OddlyTimbot pushed to main at OddlyTimbot/AugGodotGameCourse 2024-10-08 00:37:13 +00:00
e50ead9360 final week 6 working death, damage, punch, enemy death
OddlyTimbot pushed to main at TTL_GameDev/GodotCourse 2024-10-07 23:20:58 +00:00
d265ef4598 adding player hurt
OddlyTimbot pushed to main at OddlyTimbot/AugGodotGameCourse 2024-10-07 21:54:17 +00:00
a6fc6acc12 scene manager update
7f4bc01dbe instructions for player death
723d677a81 working player death animation
Compare 3 commits »
OddlyTimbot created branch deathdamage in OddlyTimbot/AugGodotGameCourse 2024-10-07 18:25:13 +00:00
OddlyTimbot pushed to deathdamage at OddlyTimbot/AugGodotGameCourse 2024-10-07 18:25:13 +00:00
6355c31a7c player hurt working with signals
OddlyTimbot pushed to playerdeath at OddlyTimbot/AugGodotGameCourse 2024-10-07 17:52:39 +00:00
a6fc6acc12 scene manager update
OddlyTimbot pushed to playerdeath at OddlyTimbot/AugGodotGameCourse 2024-10-02 00:17:05 +00:00
7f4bc01dbe instructions for player death
OddlyTimbot pushed to playerdeath at OddlyTimbot/AugGodotGameCourse 2024-10-01 23:56:58 +00:00
723d677a81 working player death animation
OddlyTimbot commented on issue OddlyTimbot/AugGodotGameCourse#6 2024-10-01 23:55:59 +00:00
Player Death Animation

In the game_controller, check to see if the player's health is over zero before attempting to decrease the health. We should stop decreasing it if the player is already in the dying state.

In…