From 0f9192a5f862ea82b9047782c81a93040f2c9738 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 8 Aug 2024 12:13:53 +0800 Subject: [PATCH] :sparkles: Bullet, shooting & camera shake --- .idea/.idea.CodingLand/.idea/workspace.xml | 26 +++------ Scenes/Bullet.tscn | 21 ++++++++ Scenes/Player.tscn | 12 ++++- Scripts/Bullet.cs | 31 +++++++++++ Scripts/Effects/CameraShake.cs | 58 +++++++++++++++++++++ Scripts/Logic/PlayerInput.cs | 7 +++ Scripts/Player.cs | 42 ++++++++++++++- Sprites/Projectiles.png | Bin 0 -> 581 bytes Sprites/Projectiles.png.import | 34 ++++++++++++ project.godot | 5 ++ 10 files changed, 216 insertions(+), 20 deletions(-) create mode 100644 Scenes/Bullet.tscn create mode 100644 Scripts/Bullet.cs create mode 100644 Scripts/Effects/CameraShake.cs create mode 100644 Sprites/Projectiles.png create mode 100644 Sprites/Projectiles.png.import diff --git a/.idea/.idea.CodingLand/.idea/workspace.xml b/.idea/.idea.CodingLand/.idea/workspace.xml index 3c26c0f..7cc91d9 100644 --- a/.idea/.idea.CodingLand/.idea/workspace.xml +++ b/.idea/.idea.CodingLand/.idea/workspace.xml @@ -5,25 +5,15 @@ - - - - - - - - - - - - - - + + + + + + + - - -