123456789101112131415161718192021222324252627 |
- [gd_resource type="TileSet" load_steps=3 format=2]
- [ext_resource path="res://Sprites/Tiles/grass_tile.png" type="Texture" id=1]
- [ext_resource path="res://Sprites/Tiles/dirt_tile.png" type="Texture" id=2]
- [resource]
- 0/name = "grass"
- 0/texture = ExtResource( 1 )
- 0/tex_offset = Vector2( 0, 0 )
- 0/modulate = Color( 1, 1, 1, 1 )
- 0/region = Rect2( 0, 0, 32, 32 )
- 0/tile_mode = 0
- 0/occluder_offset = Vector2( 16, 16 )
- 0/navigation_offset = Vector2( 16, 16 )
- 0/shapes = [ ]
- 0/z_index = 0
- 1/name = "dirt"
- 1/texture = ExtResource( 2 )
- 1/tex_offset = Vector2( 0, 0 )
- 1/modulate = Color( 1, 1, 1, 1 )
- 1/region = Rect2( 0, 0, 32, 32 )
- 1/tile_mode = 0
- 1/occluder_offset = Vector2( 16, 16 )
- 1/navigation_offset = Vector2( 16, 16 )
- 1/shapes = [ ]
- 1/z_index = 0
|