mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2025-04-01 21:20:37 +00:00
16 lines
352 B
Text
16 lines
352 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/ui/TimeSurvived.gd" type="Script" id=1]
|
|
|
|
[node name="TimeSurvived" type="Label"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -32.0
|
|
margin_top = -7.0
|
|
margin_right = 32.0
|
|
margin_bottom = 7.0
|
|
text = "00:00.000"
|
|
align = 1
|
|
script = ExtResource( 1 )
|