2023-07-25 14:32:52 +09:30
|
|
|
[gd_scene load_steps=3 format=2]
|
2023-07-25 14:21:10 +09:30
|
|
|
|
2023-07-25 14:32:52 +09:30
|
|
|
[ext_resource path="res://palette_mat.tres" type="Material" id=1]
|
2023-07-25 14:21:10 +09:30
|
|
|
[ext_resource path="res://Node2D.gd" type="Script" id=2]
|
|
|
|
|
|
|
|
[node name="Control" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
2023-07-25 14:32:52 +09:30
|
|
|
material = ExtResource( 1 )
|
2023-07-25 14:21:10 +09:30
|
|
|
position = Vector2( 16, 16 )
|
|
|
|
scale = Vector2( 2, 2 )
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
|
|
|
|
[node name="OptionButton" type="OptionButton" parent="Node2D"]
|
|
|
|
anchor_bottom = 0.67
|
|
|
|
margin_top = 180.0
|
|
|
|
margin_right = 100.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
|
|
text = "Stand"
|
|
|
|
items = [ "Stand", null, false, 0, null, "Guard", null, false, 1, null, "Walk", null, false, 2, null, "Down", null, false, 3, null, "R_Swing", null, false, 4, null, "L_Swing", null, false, 5, null, "Cheer", null, false, 6, null, "Recoil", null, false, 7, null, "Chant", null, false, 8, null ]
|
|
|
|
selected = 0
|
|
|
|
|
2023-07-27 01:34:25 +09:30
|
|
|
[node name="BitSelector" type="SpinBox" parent="Node2D"]
|
|
|
|
anchor_bottom = 0.67
|
|
|
|
margin_left = 60.0
|
|
|
|
margin_top = 180.0
|
|
|
|
margin_right = 160.0
|
|
|
|
margin_bottom = 204.0
|
|
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
|
|
min_value = -1.0
|
|
|
|
max_value = 23.0
|
|
|
|
value = -1.0
|
|
|
|
|
|
|
|
[node name="BitSelectorMask" type="Label" parent="Node2D"]
|
|
|
|
anchor_bottom = 0.67
|
|
|
|
margin_left = 120.0
|
|
|
|
margin_top = 170.0
|
|
|
|
margin_right = 220.0
|
|
|
|
margin_bottom = 218.0
|
|
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
|
|
text = "1111
|
|
|
|
1111
|
|
|
|
1111"
|
|
|
|
|
2023-07-25 14:21:10 +09:30
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
visible = false
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
|
|
[connection signal="item_selected" from="Node2D/OptionButton" to="Node2D" method="_on_OptionButton_item_selected"]
|