From 5e856d8a65fc0ac484df6937b7a4c9a9a1dc4676 Mon Sep 17 00:00:00 2001 From: Squinty Date: Thu, 25 Apr 2024 07:33:26 +0000 Subject: [PATCH] Cleanup: move Scoreboard, it's not a HUD --- interfaces/{hud => scoreboard}/scoreboard.gd | 0 interfaces/{hud => scoreboard}/scoreboard.tscn | 2 +- modes/multiplayer.tscn | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename interfaces/{hud => scoreboard}/scoreboard.gd (100%) rename interfaces/{hud => scoreboard}/scoreboard.tscn (94%) diff --git a/interfaces/hud/scoreboard.gd b/interfaces/scoreboard/scoreboard.gd similarity index 100% rename from interfaces/hud/scoreboard.gd rename to interfaces/scoreboard/scoreboard.gd diff --git a/interfaces/hud/scoreboard.tscn b/interfaces/scoreboard/scoreboard.tscn similarity index 94% rename from interfaces/hud/scoreboard.tscn rename to interfaces/scoreboard/scoreboard.tscn index ab907da..119f412 100644 --- a/interfaces/hud/scoreboard.tscn +++ b/interfaces/scoreboard/scoreboard.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://b8bosdd0o1lu7"] -[ext_resource type="Script" path="res://interfaces/hud/scoreboard.gd" id="1_k2wav"] +[ext_resource type="Script" path="res://interfaces/scoreboard/scoreboard.gd" id="1_k2wav"] [node name="Scoreboard" type="Control"] layout_mode = 3 diff --git a/modes/multiplayer.tscn b/modes/multiplayer.tscn index f817cf6..e0f93f6 100644 --- a/modes/multiplayer.tscn +++ b/modes/multiplayer.tscn @@ -4,7 +4,7 @@ [ext_resource type="Script" path="res://modes/multiplayer.gd" id="1_r1kd6"] [ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://entities/player/player.tscn" id="2_og1vb"] [ext_resource type="PackedScene" uid="uid://c88l3h0ph00c7" path="res://entities/flag/flag.tscn" id="3_h0rie"] -[ext_resource type="PackedScene" uid="uid://b8bosdd0o1lu7" path="res://interfaces/hud/scoreboard.tscn" id="5_uj0pp"] +[ext_resource type="PackedScene" uid="uid://b8bosdd0o1lu7" path="res://interfaces/scoreboard/scoreboard.tscn" id="5_uj0pp"] [node name="Multiplayer" type="Node"] script = ExtResource("1_r1kd6")