From e5be2bdc7c693168617321696276de774c8c3258 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 8 Aug 2024 17:10:48 +0800 Subject: [PATCH] :sparkles: Reload & HUD --- .idea/.idea.CodingLand/.idea/workspace.xml | 11 ++-- Scenes/Player.tscn | 4 ++ Scenes/Root.tscn | 11 +++- Scenes/UI/HUD.tscn | 74 ++++++++++++++++++++++ Scenes/UI/LaunchScreen.tscn | 8 ++- Scripts/Bullet.cs | 7 +- Scripts/Launcher.cs | 3 + Scripts/Logic/PlayerInput.cs | 9 ++- Scripts/Logic/World.cs | 6 +- Scripts/Player.cs | 30 +++++++-- Scripts/UI/HUD.cs | 40 ++++++++++++ project.godot | 7 +- 12 files changed, 189 insertions(+), 21 deletions(-) create mode 100644 Scenes/UI/HUD.tscn create mode 100644 Scripts/UI/HUD.cs diff --git a/.idea/.idea.CodingLand/.idea/workspace.xml b/.idea/.idea.CodingLand/.idea/workspace.xml index 84508fa..9dee4d9 100644 --- a/.idea/.idea.CodingLand/.idea/workspace.xml +++ b/.idea/.idea.CodingLand/.idea/workspace.xml @@ -5,15 +5,18 @@ - + + - + + + - +