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