This commit is contained in:
Tabby 2025-04-06 01:34:16 +11:00
parent 0a3ae3b6f2
commit ddb13df0f5
26 changed files with 42 additions and 31 deletions

View file

@ -34,22 +34,19 @@ sign_text = "Now you have
both kinds!"
show_pole = true
[node name="BaseCommand2" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("5_e13ui")]
[node name="BaseCommand2" parent="." instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.58846, 2.66601, -2.91549)
command_name = "dash"
command_sprite = ExtResource("7_7jmwn")
collider = NodePath("")
[node name="BaseCommand4" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("5_e13ui")]
[node name="BaseCommand4" parent="." instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.20865, 2.66601, -2.68806)
command_name = "jump"
command_sprite = ExtResource("6_jhyls")
collider = NodePath("")
[node name="BaseCommand3" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("5_e13ui")]
[node name="BaseCommand3" parent="." instance=ExtResource("5_e13ui")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.87202, 3.23129, -2.91549)
command_name = "dash"
command_sprite = ExtResource("7_7jmwn")
collider = NodePath("")
[editable path="ChronoManager"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=25 format=3 uid="uid://bojbawyoy11i4"]
[ext_resource type="Script" path="res://Scripts/ChronoManager.gd" id="1_5b2rd"]
[ext_resource type="Script" uid="uid://byqcpfg6cmusc" path="res://Scripts/ChronoManager.gd" id="1_5b2rd"]
[ext_resource type="Material" uid="uid://cr4ra7ijk1uec" path="res://Assets/Materials/floor.tres" id="2_0aj3l"]
[ext_resource type="PackedScene" uid="uid://d34smep2ukq7w" path="res://player.tscn" id="2_hsi55"]
[ext_resource type="PackedScene" uid="uid://bnlexkofp68gv" path="res://gui.tscn" id="3_60lfp"]