aboutsummaryrefslogtreecommitdiff
path: root/game/addons/zylann.hterrain/tools/progress_window.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'game/addons/zylann.hterrain/tools/progress_window.tscn')
-rw-r--r--game/addons/zylann.hterrain/tools/progress_window.tscn22
1 files changed, 22 insertions, 0 deletions
diff --git a/game/addons/zylann.hterrain/tools/progress_window.tscn b/game/addons/zylann.hterrain/tools/progress_window.tscn
new file mode 100644
index 0000000..e6d7d19
--- /dev/null
+++ b/game/addons/zylann.hterrain/tools/progress_window.tscn
@@ -0,0 +1,22 @@
+[gd_scene load_steps=2 format=3 uid="uid://b0f3h46ugtni6"]
+
+[ext_resource type="Script" path="res://addons/zylann.hterrain/tools/progress_window.gd" id="1"]
+
+[node name="WindowDialog" type="AcceptDialog"]
+title = ""
+size = Vector2i(400, 100)
+min_size = Vector2i(400, 40)
+script = ExtResource("1")
+
+[node name="VBoxContainer" type="VBoxContainer" parent="."]
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+offset_left = 8.0
+offset_top = 8.0
+offset_right = -8.0
+offset_bottom = -8.0
+
+[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer"]
+layout_mode = 2
+step = 1.0