TileSetClassic.tres 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [gd_resource type="TileSet" load_steps=5 format=2]
  2. [ext_resource path="res://Resources/Images/tiles_classic.png" type="Texture" id=1]
  3. [sub_resource type="ConvexPolygonShape2D" id=1]
  4. points = PoolVector2Array( 0, 0, 64, 0, 64, 64, 0, 64 )
  5. [sub_resource type="ConvexPolygonShape2D" id=2]
  6. points = PoolVector2Array( 64, 64, 0, 64, 0, 0, 64, 0 )
  7. [sub_resource type="ConvexPolygonShape2D" id=3]
  8. points = PoolVector2Array( 0, 0, 64, 0, 64, 64, 0, 64 )
  9. [resource]
  10. 0/name = "floor"
  11. 0/texture = ExtResource( 1 )
  12. 0/tex_offset = Vector2( 0, 0 )
  13. 0/modulate = Color( 1, 1, 1, 1 )
  14. 0/region = Rect2( 0, 0, 64, 64 )
  15. 0/tile_mode = 0
  16. 0/occluder_offset = Vector2( 0, 0 )
  17. 0/navigation_offset = Vector2( 0, 0 )
  18. 0/shapes = [ ]
  19. 0/z_index = 0
  20. 1/name = "wall"
  21. 1/texture = ExtResource( 1 )
  22. 1/tex_offset = Vector2( 0, 0 )
  23. 1/modulate = Color( 1, 1, 1, 1 )
  24. 1/region = Rect2( 64, 0, 64, 64 )
  25. 1/tile_mode = 0
  26. 1/occluder_offset = Vector2( 0, 0 )
  27. 1/navigation_offset = Vector2( 0, 0 )
  28. 1/shapes = [ {
  29. "autotile_coord": Vector2( 0, 0 ),
  30. "one_way": false,
  31. "one_way_margin": 1.0,
  32. "shape": SubResource( 1 ),
  33. "shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
  34. } ]
  35. 1/z_index = 0
  36. 2/name = "death"
  37. 2/texture = ExtResource( 1 )
  38. 2/tex_offset = Vector2( 0, 0 )
  39. 2/modulate = Color( 1, 1, 1, 1 )
  40. 2/region = Rect2( 0, 64, 64, 64 )
  41. 2/tile_mode = 0
  42. 2/occluder_offset = Vector2( 0, 0 )
  43. 2/navigation_offset = Vector2( 0, 0 )
  44. 2/shapes = [ {
  45. "autotile_coord": Vector2( 0, 0 ),
  46. "one_way": false,
  47. "one_way_margin": 1.0,
  48. "shape": SubResource( 2 ),
  49. "shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
  50. } ]
  51. 2/z_index = 0
  52. 3/name = "slow"
  53. 3/texture = ExtResource( 1 )
  54. 3/tex_offset = Vector2( 0, 0 )
  55. 3/modulate = Color( 1, 1, 1, 1 )
  56. 3/region = Rect2( 128, 0, 64, 64 )
  57. 3/tile_mode = 0
  58. 3/occluder_offset = Vector2( 0, 0 )
  59. 3/navigation_offset = Vector2( 0, 0 )
  60. 3/shapes = [ {
  61. "autotile_coord": Vector2( 0, 0 ),
  62. "one_way": false,
  63. "one_way_margin": 1.0,
  64. "shape": SubResource( 3 ),
  65. "shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 )
  66. } ]
  67. 3/z_index = 0