22 lines
589 B
Text
22 lines
589 B
Text
[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
|