gotta go fast, hit that BLJgit status
This commit is contained in:
parent
b54e9272c6
commit
32189c29a4
10 changed files with 115 additions and 6 deletions
32
autoloads/speedrun_timer.tscn
Normal file
32
autoloads/speedrun_timer.tscn
Normal file
|
@ -0,0 +1,32 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue