Generator for blend maps v2

This commit is contained in:
Segey Lapin
2019-08-22 01:22:35 +03:00
parent 0c4f76130e
commit 993657869c
2 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://characters/generate_maps2.gd" type="Script" id=2]
[node name="generate_maps2" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": true
}
[node name="gen" type="Viewport" parent="."]
size = Vector2( 512, 512 )
disable_3d = true
usage = 0
render_target_v_flip = true
render_target_update_mode = 3
[node name="drawable" type="ColorRect" parent="gen"]
margin_right = 40.0
margin_bottom = 40.0
[node name="gen_maps" type="VBoxContainer" parent="."]
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_top = -16.0
margin_bottom = 16.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="gen_maps"]
margin_right = 1024.0
margin_bottom = 14.0
text = "Generating maps..."
[node name="ProgressBar" type="ProgressBar" parent="gen_maps"]
margin_top = 18.0
margin_right = 1024.0
margin_bottom = 32.0