claude godot 4 port
This commit is contained in:
@@ -0,0 +1 @@
|
||||
uid://cig6jhhr0ckfo
|
||||
@@ -1,18 +1,18 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=3 format=3]
|
||||
|
||||
[ext_resource path="res://scenes/time_display/time_display.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scenes/debug/current_time/current_time.gd" type="Script" id=2]
|
||||
[ext_resource type="PackedScene" path="res://scenes/time_display/time_display.tscn" id="1"]
|
||||
[ext_resource type="Script" path="res://scenes/debug/current_time/current_time.gd" id="2"]
|
||||
|
||||
[node name="Control" type="CenterContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="time_display" parent="." instance=ExtResource( 1 )]
|
||||
margin_left = 395.0
|
||||
margin_top = 255.0
|
||||
margin_right = 629.0
|
||||
margin_bottom = 344.0
|
||||
[node name="time_display" parent="." instance=ExtResource("1")]
|
||||
offset_left = 395.0
|
||||
offset_top = 255.0
|
||||
offset_right = 629.0
|
||||
offset_bottom = 344.0
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
wait_time = 30.0
|
||||
|
||||
Reference in New Issue
Block a user