Work on pickups and multiplayer
This commit is contained in:
70
scenes/vrep_loading.tscn
Normal file
70
scenes/vrep_loading.tscn
Normal file
@@ -0,0 +1,70 @@
|
||||
[gd_scene load_steps=3 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"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 160.0
|
||||
offset_top = 413.0
|
||||
offset_right = 1765.0
|
||||
offset_bottom = 618.0
|
||||
theme_override_font_sizes/normal_font_size = 150
|
||||
bbcode_enabled = true
|
||||
text = "LOADING V-REP . . ."
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
|
||||
[node name="TextureProgressBar" type="TextureProgressBar" parent="."]
|
||||
texture_filter = 1
|
||||
layout_mode = 0
|
||||
offset_left = 133.0
|
||||
offset_top = 894.0
|
||||
offset_right = 1731.0
|
||||
offset_bottom = 987.0
|
||||
nine_patch_stretch = true
|
||||
stretch_margin_left = 10
|
||||
stretch_margin_top = 10
|
||||
stretch_margin_right = 10
|
||||
stretch_margin_bottom = 10
|
||||
texture_over = ExtResource("1_wa8kr")
|
||||
texture_progress = ExtResource("2_0fdvr")
|
||||
|
||||
[node name="RichTextLabel2" type="RichTextLabel" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -309.0
|
||||
offset_top = -260.0
|
||||
offset_right = 309.0
|
||||
offset_bottom = -205.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "[center]Simulating Virtual Environment[/center]
|
||||
"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
Reference in New Issue
Block a user