GreenParaKoopaHori.tscn 887 B

12345678910111213141516171819
  1. [gd_scene load_steps=4 format=3 uid="uid://w2ubxsaw6ofp"]
  2. [ext_resource type="PackedScene" uid="uid://4fwln7wo5cja" path="res://Scenes/Prefabs/Entities/Enemies/GreenKoopaParaTroopa.tscn" id="1_pd6rg"]
  3. [ext_resource type="Script" uid="uid://cpwloakvp672a" path="res://Scripts/Parts/EditorVisibleNode.gd" id="2_6kidr"]
  4. [ext_resource type="Texture2D" uid="uid://dpdrrkqtcedgm" path="res://Assets/Sprites/Tilesets/DottedLine.png" id="3_kfyly"]
  5. [node name="GreenKoopaTroopa" instance=ExtResource("1_pd6rg")]
  6. metadata/fly_2 = true
  7. [node name="LevelEditorVisibleNode" type="Node2D" parent="." index="18"]
  8. script = ExtResource("2_6kidr")
  9. metadata/_custom_type_script = "uid://cpwloakvp672a"
  10. [node name="Line2D" type="Line2D" parent="LevelEditorVisibleNode" index="0"]
  11. texture_repeat = 2
  12. points = PackedVector2Array(0, 0, -96, 0)
  13. width = 1.0
  14. texture = ExtResource("3_kfyly")
  15. texture_mode = 1