2023-07-27 16:41:49 +09:30
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://test/worldmap_blocks.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="worldmap_blocks" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="BitSelector" type="SpinBox" parent="."]
|
|
|
|
anchor_bottom = 0.67
|
|
|
|
margin_right = 100.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
min_value = -1.0
|
|
|
|
max_value = 23.0
|
|
|
|
value = -1.0
|
|
|
|
|
|
|
|
[node name="BitSelectorMask" type="Label" parent="."]
|
|
|
|
anchor_bottom = 0.67
|
|
|
|
margin_left = 120.0
|
|
|
|
margin_right = 220.0
|
|
|
|
margin_bottom = 48.0
|
|
|
|
text = "1111
|
|
|
|
1111
|
|
|
|
1111"
|
2024-07-06 01:23:40 +09:30
|
|
|
|
|
|
|
[node name="tileset_sel" type="SpinBox" parent="."]
|
|
|
|
margin_left = 300.0
|
|
|
|
margin_right = 330.0
|
|
|
|
margin_bottom = 22.0
|
|
|
|
rect_min_size = Vector2( 30, 0 )
|
|
|
|
max_value = 2.0
|
2024-07-15 02:31:36 +09:30
|
|
|
|
|
|
|
[node name="btn_exit" type="Button" parent="."]
|
|
|
|
margin_left = 304.0
|
|
|
|
margin_top = 204.0
|
|
|
|
margin_right = 384.0
|
|
|
|
margin_bottom = 240.0
|
|
|
|
text = "Return to
|
|
|
|
Debug Menu"
|