24 lines
501 B
Plaintext
24 lines
501 B
Plaintext
|
[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"
|