tileset_export.tres 750 B

123456789101112131415161718192021222324252627
  1. [gd_resource type="TileSet" load_steps=3 format=2]
  2. [ext_resource path="res://Sprites/Tiles/grass_tile.png" type="Texture" id=1]
  3. [ext_resource path="res://Sprites/Tiles/dirt_tile.png" type="Texture" id=2]
  4. [resource]
  5. 0/name = "grass"
  6. 0/texture = ExtResource( 1 )
  7. 0/tex_offset = Vector2( 0, 0 )
  8. 0/modulate = Color( 1, 1, 1, 1 )
  9. 0/region = Rect2( 0, 0, 32, 32 )
  10. 0/tile_mode = 0
  11. 0/occluder_offset = Vector2( 16, 16 )
  12. 0/navigation_offset = Vector2( 16, 16 )
  13. 0/shapes = [ ]
  14. 0/z_index = 0
  15. 1/name = "dirt"
  16. 1/texture = ExtResource( 2 )
  17. 1/tex_offset = Vector2( 0, 0 )
  18. 1/modulate = Color( 1, 1, 1, 1 )
  19. 1/region = Rect2( 0, 0, 32, 32 )
  20. 1/tile_mode = 0
  21. 1/occluder_offset = Vector2( 16, 16 )
  22. 1/navigation_offset = Vector2( 16, 16 )
  23. 1/shapes = [ ]
  24. 1/z_index = 0