Deco1.tscn 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [gd_scene load_steps=8 format=4 uid="uid://cw6ypkkhofyuq"]
  2. [ext_resource type="Texture2D" uid="uid://cntkcqc74qp50" path="res://Assets/Sprites/Tilesets/Deco/OverworldDeco.png" id="1_l50eh"]
  3. [ext_resource type="Script" uid="uid://cve2q420hiur1" path="res://Scripts/Parts/Tileset.gd" id="2_j65d4"]
  4. [ext_resource type="Script" uid="uid://73oviwf6bbys" path="res://Scripts/Classes/Components/TilesetTextureSetter.gd" id="3_qfs4k"]
  5. [ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="4_qfs4k"]
  6. [ext_resource type="JSON" path="res://Assets/Sprites/Tilesets/Deco/DecoTiles.json" id="5_x6td3"]
  7. [sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_3eywr"]
  8. texture = ExtResource("1_l50eh")
  9. 0:0/0 = 0
  10. 1:0/0 = 0
  11. 2:0/0 = 0
  12. 3:0/0 = 0
  13. 4:0/0 = 0
  14. 0:1/0 = 0
  15. 1:1/0 = 0
  16. 2:1/0 = 0
  17. 3:1/0 = 0
  18. 4:1/0 = 0
  19. [sub_resource type="TileSet" id="TileSet_b50pv"]
  20. sources/0 = SubResource("TileSetAtlasSource_3eywr")
  21. [node name="DecoTiles" type="TileMapLayer"]
  22. z_index = -10
  23. tile_map_data = PackedByteArray("AAD7////AAAAAAAAAAD8////AAABAAAAAAD9////AAABAAAAAAD+////AAACAAAAAAAaAP//AAAAAAAAAAAbAP//AAABAAAAAAAcAP//AAACAAAAAAAsAP//AAAAAAAAAAAtAP//AAABAAAAAAAuAP//AAABAAAAAAAvAP//AAACAAAAAABJAP//AAAAAAAAAABKAP//AAABAAAAAABLAP//AAACAAAAAABdAP//AAABAAAAAABeAP//AAACAAAAAABbAP//AAAAAAAAAABcAP//AAABAAAAAABoAP//AAACAAAAAABnAP//AAAAAAAAAAB6AP//AAAAAAAAAAB7AP//AAABAAAAAAB8AP//AAACAAAAAACOAP//AAABAAAAAACPAP//AAACAAAAAACMAP//AAAAAAAAAACNAP//AAABAAAAAACYAP//AAAAAAAAAACZAP//AAABAAAAAACpAP//AAAAAAAAAACqAP//AAABAAAAAACrAP//AAACAAAAAAAHAP//AAAAAAAAAAAIAP//AAACAAAAAAA=")
  24. tile_set = SubResource("TileSet_b50pv")
  25. script = ExtResource("2_j65d4")
  26. [node name="TilesetTextureSetter" type="Node" parent="." node_paths=PackedStringArray("tile_map")]
  27. script = ExtResource("3_qfs4k")
  28. tile_map = NodePath("..")
  29. metadata/_custom_type_script = "uid://73oviwf6bbys"
  30. [node name="ResourceSetter" type="Node" parent="." node_paths=PackedStringArray("node_to_affect", "property_node")]
  31. script = ExtResource("4_qfs4k")
  32. node_to_affect = NodePath("../TilesetTextureSetter")
  33. property_node = NodePath("..")
  34. property_name = "texture"
  35. mode = 1
  36. resource_json = ExtResource("5_x6td3")
  37. metadata/_custom_type_script = "uid://cbal8ms2oe1ik"