From Godot 4 Game Development Projects - Second Edition, by Chris Bradfield.
Go to file
James Skemp 15af4ab344 Add missing functionality to add points for exploding rocks 2023-10-24 20:10:00 -05:00
assets Add all assets and create initial player scene 2023-10-21 16:01:53 -05:00
.gitattributes Add all assets and create initial player scene 2023-10-21 16:01:53 -05:00
.gitignore Add all assets and create initial player scene 2023-10-21 16:01:53 -05:00
bullet.gd Add functionality for enemy to take damage and fix coloring 2023-10-22 09:48:41 -05:00
bullet.tscn Add functionality for enemy to take damage and fix coloring 2023-10-22 09:48:41 -05:00
enemy.gd Add sound and music to main game and enemy 2023-10-22 18:00:40 -05:00
enemy.tscn Add missing functionality to add points for exploding rocks 2023-10-24 20:10:00 -05:00
enemy_bullet.gd Add player shields and display of them in HUD 2023-10-22 13:23:49 -05:00
enemy_bullet.tscn Add functionality for enemy to shoot bullets at player 2023-10-22 09:15:42 -05:00
enemy_paths.tscn Add passive enemy and paths enemies can follow 2023-10-22 08:36:36 -05:00
explosion.tscn Add functionality to generate explosions when rocks are hit 2023-10-21 19:24:49 -05:00
hud.gd Add player shields and display of them in HUD 2023-10-22 13:23:49 -05:00
hud.tscn Add player shields and display of them in HUD 2023-10-22 13:23:49 -05:00
icon.svg Add all assets and create initial player scene 2023-10-21 16:01:53 -05:00
icon.svg.import Add all assets and create initial player scene 2023-10-21 16:01:53 -05:00
main.gd Add missing functionality to add points for exploding rocks 2023-10-24 20:10:00 -05:00
main.tscn Add sound and music to main game and enemy 2023-10-22 18:00:40 -05:00
player.gd Add particle effects for the player and enemy engines 2023-10-22 18:55:02 -05:00
player.tscn Add particle effects for the player and enemy engines 2023-10-22 18:55:02 -05:00
project.godot Add functionality to pause the game 2023-10-21 20:53:07 -05:00
rock.gd Add functionality to generate explosions when rocks are hit 2023-10-21 19:24:49 -05:00
rock.tscn Add functionality to generate explosions when rocks are hit 2023-10-21 19:24:49 -05:00