feat: hexagonal ant

This commit is contained in:
2025-11-12 12:11:00 +01:00
parent 25ec8d2585
commit a49f55b694
6 changed files with 73 additions and 45 deletions

View File

@@ -27,17 +27,20 @@ sources/0 = SubResource("TileSetAtlasSource_g2qvd")
script = ExtResource("1_bghhw")
speed = 60.0
ant = NodePath("ant")
tiles = NodePath("ant/TileMapLayer")
tiles = NodePath("TileMapLayer")
[node name="ant" type="Sprite2D" parent="."]
texture = ExtResource("3_sle3t")
vframes = 6
script = ExtResource("1_ebq2e")
[node name="Camera2D" type="Camera2D" parent="ant"]
[node name="TileMapLayer" type="TileMapLayer" parent="ant"]
position = Vector2(-74, -8)
[node name="TileMapLayer" type="TileMapLayer" parent="."]
tile_set = SubResource("TileSet_05i0m")
collision_enabled = false
script = ExtResource("5_fqc2p")
[node name="Camera2D" type="Camera2D" parent="TileMapLayer"]
position = Vector2(0, -8)
scale = Vector2(0.8, 0.8)
[node name="ant" type="Sprite2D" parent="."]
position = Vector2(-15.999998, 14.999998)
scale = Vector2(0.8, 0.8)
texture = ExtResource("3_sle3t")
vframes = 6
script = ExtResource("1_ebq2e")