Ordered standard board positions
This commit is contained in:
parent
aa3e2f6c8c
commit
c911527401
@ -17,7 +17,7 @@ texture = ExtResource( 2 )
|
||||
[node name="DebugLabel" type="Label" parent="."]
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
|
||||
[node name="Corners" type="Node2D" parent="."]
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[node name="StdBoard" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
indices = [ Vector2( 0, -2 ), Vector2( 1, -2 ), Vector2( 2, -2 ), Vector2( -1, -1 ), Vector2( 0, -1 ), Vector2( 1, -1 ), Vector2( 2, -1 ), Vector2( -2, 0 ), Vector2( -1, 0 ), Vector2( 0, 0 ), Vector2( 1, 0 ), Vector2( 2, 0 ), Vector2( -2, 1 ), Vector2( -1, 1 ), Vector2( 0, 1 ), Vector2( 1, 1 ), Vector2( -2, 2 ), Vector2( -1, 2 ), Vector2( 0, 2 ) ]
|
||||
indices = [ Vector2( 0, 0 ), Vector2( 1, 0 ), Vector2( 1, -1 ), Vector2( 0, -1 ), Vector2( -1, 0 ), Vector2( -1, 1 ), Vector2( 0, 1 ), Vector2( 0, 2 ), Vector2( 1, 1 ), Vector2( 2, 0 ), Vector2( 2, -1 ), Vector2( 2, -2 ), Vector2( 1, -2 ), Vector2( 0, -2 ), Vector2( -1, -1 ), Vector2( -2, 0 ), Vector2( -2, 1 ), Vector2( -2, 2 ), Vector2( -1, 2 ) ]
|
||||
distribution = {
|
||||
"desert": 1,
|
||||
"fields": 4,
|
||||
|
Loading…
Reference in New Issue
Block a user