From Godot 4 Game Development Projects - Second Edition, by Chris Bradfield.
Go to file
James Skemp 60140cc87f Add cactus obstacles to game
Also fix a powerup display bug based upon GitHub issues.
2023-10-15 15:41:49 -05:00
assets Create initial project and add assets 2023-10-14 21:59:23 -05:00
.gitattributes Create initial project and add assets 2023-10-14 21:59:23 -05:00
.gitignore Create initial project and add assets 2023-10-14 21:59:23 -05:00
cactus.gd Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
cactus.tscn Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
coin.gd Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
coin.tscn Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
hud.gd Add HUD scene with controls and functionality 2023-10-15 10:07:31 -05:00
hud.tscn Add HUD scene with controls and functionality 2023-10-15 10:07:31 -05:00
icon.svg Create initial project and add assets 2023-10-14 21:59:23 -05:00
icon.svg.import Create initial project and add assets 2023-10-14 21:59:23 -05:00
main.gd Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
main.tscn Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
player.gd Add powerup that adds time to the game 2023-10-15 13:49:51 -05:00
player.tscn Add logic to player to handle overlaps and send signals 2023-10-14 22:48:29 -05:00
powerup.gd Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
powerup.tscn Add cactus obstacles to game 2023-10-15 15:41:49 -05:00
project.godot Add initial main scene that loads player and coins 2023-10-15 09:38:53 -05:00