Clean up misc
This commit is contained in:
parent
327bad2637
commit
8406db2a6a
4 changed files with 29 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
[ext_resource type="Theme" uid="uid://d035h7upxrw3h" path="res://theme.tres" id="1_elk14"]
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel"]
|
||||
modulate = Color(0.52549, 0.517647, 0.482353, 1)
|
||||
clip_contents = false
|
||||
offset_left = 9.0
|
||||
offset_top = 5.0
|
||||
|
|
29
Main.tscn
29
Main.tscn
|
@ -31,7 +31,7 @@
|
|||
|
||||
[sub_resource type="Animation" id="Animation_ycb31"]
|
||||
resource_name = "start"
|
||||
length = 4.0
|
||||
length = 5.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
|
@ -140,6 +140,18 @@ tracks/8/keys = {
|
|||
"update": 0,
|
||||
"values": [Vector2(0, 363.755), Vector2(0, 362.197), Vector2(0, 357.522), Vector2(0, 349.732), Vector2(0, 338.825), Vector2(0, 324.802), Vector2(0, 307.662), Vector2(0, 301.314), Vector2(0, 308.538), Vector2(0, 312.646), Vector2(0, 313.637), Vector2(0, 311.513), Vector2(0, 306.272), Vector2(0, 297.914), Vector2(0, 300.348), Vector2(0, 301.056), Vector2(0, 298.648), Vector2(0, 297.992), Vector2(0, 297)]
|
||||
}
|
||||
tracks/9/type = "value"
|
||||
tracks/9/imported = false
|
||||
tracks/9/enabled = true
|
||||
tracks/9/path = NodePath("CanvasLayer/Control:position")
|
||||
tracks/9/interp = 1
|
||||
tracks/9/loop_wrap = true
|
||||
tracks/9/keys = {
|
||||
"times": PackedFloat32Array(4.4, 4.43333, 4.46667, 4.5, 4.53333, 4.56667, 4.6, 4.63333, 4.66667, 4.7, 4.73333, 4.76667, 4.8, 4.83333, 4.86667, 4.9, 4.93333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0, -28.285), Vector2(0, -20.6623), Vector2(0, -14.3426), Vector2(0, -9.21402), Vector2(0, -5.16457), Vector2(0, -2.08232), Vector2(0, 0.144659), Vector2(0, 1.62829), Vector2(0, 2.48052), Vector2(0, 2.81329), Vector2(0, 2.73851), Vector2(0, 2.36814), Vector2(0, 1.8141), Vector2(0, 1.18834), Vector2(0, 0.602774), Vector2(0, 0.169348), Vector2(0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_gcod0"]
|
||||
length = 0.001
|
||||
|
@ -239,6 +251,18 @@ tracks/7/keys = {
|
|||
"update": 0,
|
||||
"values": [Vector2(0, 363.755)]
|
||||
}
|
||||
tracks/8/type = "value"
|
||||
tracks/8/imported = false
|
||||
tracks/8/enabled = true
|
||||
tracks/8/path = NodePath("CanvasLayer/Control:position")
|
||||
tracks/8/interp = 1
|
||||
tracks/8/loop_wrap = true
|
||||
tracks/8/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0, -28.285)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_8mn2x"]
|
||||
_data = {
|
||||
|
@ -945,6 +969,8 @@ layout_mode = 3
|
|||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -28.285
|
||||
offset_bottom = -28.285
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
|
@ -978,6 +1004,7 @@ grow_vertical = 2
|
|||
texture = ExtResource("24_ygd3p")
|
||||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="CanvasLayer/Control"]
|
||||
modulate = Color(0.52549, 0.517647, 0.482353, 1)
|
||||
clip_contents = false
|
||||
layout_mode = 0
|
||||
offset_left = 570.0
|
||||
|
|
BIN
meter.aseprite
BIN
meter.aseprite
Binary file not shown.
BIN
meter.png
BIN
meter.png
Binary file not shown.
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 265 B |
Loading…
Reference in a new issue