Sun, Shovel, Fastforward, GUI Improvements
This commit is contained in:
parent
26c3aeb7e9
commit
63935d5978
28 changed files with 546 additions and 45 deletions
|
|
@ -1,10 +1,12 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://crxsvv7drckpw"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://crxsvv7drckpw"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/components/level/RuntimeLevelData.cs" id="1_i3bf5"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0tb2hjum40aw" path="res://assets/sprites/summertime_saga.png" id="2_vmxhy"]
|
||||
[ext_resource type="PackedScene" uid="uid://cg8713v6c5w15" path="res://scenes/pools.tscn" id="3_jv7x4"]
|
||||
[ext_resource type="PackedScene" uid="uid://devn21c7luf45" path="res://scenes/level components/field_controller.tscn" id="5_lwpg6"]
|
||||
[ext_resource type="PackedScene" uid="uid://cfnmspei3k4p7" path="res://scenes/gui/runtime_gui.tscn" id="6_0baou"]
|
||||
[ext_resource type="PackedScene" uid="uid://bpekho7leatr5" path="res://scenes/sun.tscn" id="6_ay12k"]
|
||||
[ext_resource type="Script" path="res://scripts/components/level/SunSpawner.cs" id="6_lkguy"]
|
||||
|
||||
[node name="debug_lvl" type="Node2D"]
|
||||
|
||||
|
|
@ -19,7 +21,6 @@ metadata/_edit_lock_ = true
|
|||
|
||||
[node name="RuntimeLevelData" type="Node" parent="."]
|
||||
script = ExtResource("1_i3bf5")
|
||||
SunCount = 5000
|
||||
|
||||
[node name="Pools" parent="." instance=ExtResource("3_jv7x4")]
|
||||
|
||||
|
|
@ -27,9 +28,20 @@ SunCount = 5000
|
|||
layer = 10
|
||||
|
||||
[node name="RuntimeGUI" parent="GuiLayer" instance=ExtResource("6_0baou")]
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Overlay" type="CanvasLayer" parent="."]
|
||||
layer = 5
|
||||
layer = 6
|
||||
follow_viewport_enabled = true
|
||||
|
||||
[node name="FieldController" parent="Overlay" instance=ExtResource("5_lwpg6")]
|
||||
|
||||
[node name="SunSpawner" type="Node" parent="."]
|
||||
script = ExtResource("6_lkguy")
|
||||
SunScene = ExtResource("6_ay12k")
|
||||
|
||||
[node name="Timer" type="Timer" parent="SunSpawner"]
|
||||
wait_time = 5.0
|
||||
autostart = true
|
||||
|
||||
[connection signal="timeout" from="SunSpawner/Timer" to="SunSpawner" method="Spawn"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue