main.tscn 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://ant.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://main.gd" type="Script" id=2]
  4. [ext_resource path="res://main_tileset.tres" type="TileSet" id=3]
  5. [ext_resource path="res://pheromones_tileset.tres" type="TileSet" id=4]
  6. [ext_resource path="res://PheromoneMeta.gd" type="Script" id=5]
  7. [node name="Node2D" type="Node2D"]
  8. scale = Vector2( 0.998353, 1 )
  9. script = ExtResource( 2 )
  10. [node name="Ant" parent="." instance=ExtResource( 1 )]
  11. position = Vector2( 306.501, 470.999 )
  12. rotation = 0.00661504
  13. z_index = 2
  14. [node name="TileMap" type="TileMap" parent="."]
  15. tile_set = ExtResource( 3 )
  16. show_collision = true
  17. format = 1
  18. tile_data = PoolIntArray( 0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 5, 0, 0, 6, 0, 0, 7, 0, 0, 8, 0, 0, 9, 0, 0, 10, 0, 0, 11, 0, 0, 12, 0, 0, 13, 0, 0, 14, 0, 0, 15, 0, 0, 65536, 0, 0, 65551, 0, 0, 131072, 0, 0, 131087, 0, 0, 196608, 0, 0, 196623, 0, 0, 262144, 0, 0, 262148, 2, 0, 262156, 1, 0, 262159, 0, 0, 327680, 0, 0, 327695, 0, 0, 393216, 0, 0, 393231, 0, 0, 458752, 0, 0, 458767, 0, 0, 524288, 0, 0, 524303, 0, 0, 589824, 0, 0, 589825, 0, 0, 589826, 0, 0, 589827, 0, 0, 589828, 0, 0, 589829, 0, 0, 589830, 0, 0, 589831, 0, 0, 589832, 0, 0, 589833, 0, 0, 589834, 0, 0, 589835, 0, 0, 589836, 0, 0, 589837, 0, 0, 589838, 0, 0, 589839, 0, 0 )
  19. [node name="Pheromones" type="TileMap" parent="."]
  20. tile_set = ExtResource( 4 )
  21. cell_size = Vector2( 16, 16 )
  22. format = 1
  23. [node name="PheromoneMeta" type="Node2D" parent="."]
  24. script = ExtResource( 5 )