Ordered standard board positions

This commit is contained in:
Dane Johnson 2022-08-26 14:18:36 -05:00
parent aa3e2f6c8c
commit c911527401
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ texture = ExtResource( 2 )
[node name="DebugLabel" type="Label" parent="."] [node name="DebugLabel" type="Label" parent="."]
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 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 ) custom_fonts/font = SubResource( 1 )
[node name="Corners" type="Node2D" parent="."] [node name="Corners" type="Node2D" parent="."]

View File

@ -4,7 +4,7 @@
[node name="StdBoard" type="Node2D"] [node name="StdBoard" type="Node2D"]
script = ExtResource( 1 ) 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 = { distribution = {
"desert": 1, "desert": 1,
"fields": 4, "fields": 4,