aboutsummaryrefslogtreecommitdiff
path: root/game/addons/zylann.hterrain/tools/progress_window.tscn
blob: e6d7d19b10381640ecd9e722d4cb962f6471f7eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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