clean up file structure

This commit is contained in:
Michael Campbell 2026-02-18 15:30:41 -05:00
parent 1318fdd9fc
commit 324e7d437b
28 changed files with 102 additions and 125 deletions

View file

@ -1,6 +1,6 @@
[gd_scene format=3 uid="uid://dusfu1hidkmsk"] [gd_scene format=3 uid="uid://dusfu1hidkmsk"]
[ext_resource type="Script" uid="uid://c6xr2j0g1ep7j" path="res://police_car.gd" id="1_spw8y"] [ext_resource type="Script" uid="uid://c6xr2j0g1ep7j" path="res://enemies/police_car/police_car.gd" id="1_spw8y"]
[sub_resource type="Curve" id="Curve_spw8y"] [sub_resource type="Curve" id="Curve_spw8y"]
_limits = [1.0, 20.0, -1.0, 1.0] _limits = [1.0, 20.0, -1.0, 1.0]

View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

View file

@ -1,7 +1,7 @@
[gd_scene format=3 uid="uid://cv5p3w87nk0wn"] [gd_scene format=3 uid="uid://cv5p3w87nk0wn"]
[ext_resource type="Script" uid="uid://dhin7ux2njfja" path="res://player.gd" id="1_4flbx"] [ext_resource type="Script" uid="uid://dhin7ux2njfja" path="res://player/player.gd" id="1_4flbx"]
[ext_resource type="Script" uid="uid://cjdxibg3pnans" path="res://score_label.gd" id="2_onrkg"] [ext_resource type="Script" uid="uid://cjdxibg3pnans" path="res://player/score_label.gd" id="2_onrkg"]
[sub_resource type="FastNoiseLite" id="FastNoiseLite_onrkg"] [sub_resource type="FastNoiseLite" id="FastNoiseLite_onrkg"]
@ -63,26 +63,3 @@ size_flags_horizontal = 10
theme_override_font_sizes/font_size = 48 theme_override_font_sizes/font_size = 48
text = "Health: 2" text = "Health: 2"
horizontal_alignment = 2 horizontal_alignment = 2
[node name="StaminaBar" type="ProgressBar" parent="CanvasLayer" unique_id=946230934]
unique_name_in_owner = true
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -103.0
offset_top = -27.0
offset_right = 103.0
grow_horizontal = 2
grow_vertical = 0
max_value = 1.0
show_percentage = false
[node name="Label" type="Label" parent="CanvasLayer/StaminaBar" unique_id=2033673779]
layout_mode = 0
offset_left = 65.0
offset_top = -28.0
offset_right = 129.0
offset_bottom = -5.0
text = "Stamina"

View file

@ -1,7 +1,7 @@
[gd_scene format=3 uid="uid://beruy087nlwfu"] [gd_scene format=3 uid="uid://beruy087nlwfu"]
[ext_resource type="Script" uid="uid://c1owlhp4be7wi" path="res://player_projectile.gd" id="1_0gc0p"] [ext_resource type="Script" uid="uid://c1owlhp4be7wi" path="res://player/projectile/player_projectile.gd" id="1_0gc0p"]
[ext_resource type="PackedScene" uid="uid://yri7p15m8l1u" path="res://lifetime.tscn" id="2_73r22"] [ext_resource type="PackedScene" uid="uid://yri7p15m8l1u" path="res://utils/lifetime/lifetime.tscn" id="2_73r22"]
[sub_resource type="SphereMesh" id="SphereMesh_wqvto"] [sub_resource type="SphereMesh" id="SphereMesh_wqvto"]
radius = 0.25 radius = 0.25

View file

@ -1,6 +1,6 @@
[gd_scene format=3 uid="uid://yri7p15m8l1u"] [gd_scene format=3 uid="uid://yri7p15m8l1u"]
[ext_resource type="Script" uid="uid://cw8yt6b6jo17n" path="res://lifetime.gd" id="1_4m2ci"] [ext_resource type="Script" uid="uid://cw8yt6b6jo17n" path="res://utils/lifetime/lifetime.gd" id="1_4m2ci"]
[node name="Lifetime" type="Node" unique_id=631221358] [node name="Lifetime" type="Node" unique_id=631221358]
script = ExtResource("1_4m2ci") script = ExtResource("1_4m2ci")

View file

@ -1,6 +1,6 @@
[gd_scene format=3 uid="uid://cm86dxphvhbb"] [gd_scene format=3 uid="uid://cm86dxphvhbb"]
[ext_resource type="Script" uid="uid://bnr37lfj76u7n" path="res://building.gd" id="1_5j34s"] [ext_resource type="Script" uid="uid://bnr37lfj76u7n" path="res://world/building/building.gd" id="1_5j34s"]
[sub_resource type="BoxMesh" id="BoxMesh_rqn35"] [sub_resource type="BoxMesh" id="BoxMesh_rqn35"]
size = Vector3(3, 5, 3) size = Vector3(3, 5, 3)

File diff suppressed because one or more lines are too long