hero-mark-2/autoloads/speedrun_timer.tscn

32 lines
896 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://autoloads/speedrun_timer.gd" type="Script" id=1]
[ext_resource path="res://graphics/hud/hud.png" type="Texture" id=2]
[ext_resource path="res://ui/theme.tres" type="Theme" id=3]
[sub_resource type="AtlasTexture" id=1]
atlas = ExtResource( 2 )
region = Rect2( 0, 180, 58, 12 )
[node name="CanvasLayer" type="CanvasLayer" groups=["viewport_autoload"]]
pause_mode = 2
layer = 127
visible = false
script = ExtResource( 1 )
bonus_color = Color( 0.478431, 1, 0.47451, 1 )
[node name="Box" type="TextureRect" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -12.0
margin_right = 58.0
texture = SubResource( 1 )
[node name="TimeCounter" type="Label" parent="Box"]
modulate = Color( 0.478431, 1, 0.47451, 1 )
margin_left = 1.0
margin_top = 1.0
margin_right = 57.0
margin_bottom = 11.0
theme = ExtResource( 3 )
text = "00:00:00"