Extensive work on animations and partially functional level keys, new UI gears but needs rounding error correction. Particle preloader added.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dq5mtoakhfxx4"]
|
||||
[gd_scene format=3 uid="uid://dq5mtoakhfxx4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cp188cfq4qeas" path="res://external/progress_over.png" id="1_wa8kr"]
|
||||
[ext_resource type="Texture2D" uid="uid://g7k311jjr73e" path="res://external/progress_fill.png" id="2_0fdvr"]
|
||||
|
||||
[node name="Node2D" type="Control"]
|
||||
[node name="Node2D" type="Control" unique_id=730141545]
|
||||
z_index = 100
|
||||
z_as_relative = false
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -11,7 +13,7 @@ anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=775624051]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -22,7 +24,7 @@ size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="." unique_id=470764481]
|
||||
layout_mode = 0
|
||||
offset_left = 160.0
|
||||
offset_top = 413.0
|
||||
@@ -34,7 +36,7 @@ text = "LOADING V-REP . . ."
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="." unique_id=1473719645]
|
||||
texture_filter = 1
|
||||
layout_mode = 0
|
||||
offset_left = 133.0
|
||||
@@ -49,7 +51,7 @@ stretch_margin_bottom = 10
|
||||
texture_over = ExtResource("1_wa8kr")
|
||||
texture_progress = ExtResource("2_0fdvr")
|
||||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="." unique_id=1616927201]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
|
||||
Reference in New Issue
Block a user