first commit
This commit is contained in:
22
addons/zylann.hterrain/tools/progress_window.tscn
Normal file
22
addons/zylann.hterrain/tools/progress_window.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b0f3h46ugtni6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cctp4rojqpn2w" 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
|
||||
Reference in New Issue
Block a user