Added character customization tools

This commit is contained in:
Segey Lapin
2019-08-20 16:08:18 +03:00
parent 59aa4a7a53
commit 7085adc4ec
25 changed files with 12226 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://characters/drawable.gd" type="Script" id=1]
[ext_resource path="res://characters/generate_maps.gd" type="Script" id=2]
[node name="generate_maps" 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
script = ExtResource( 1 )
[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