Files
Super-Mario-Bros.-Remastere…/Scenes/Prefabs/Entities/Enemies/GreenParaKoopaHori.tscn
John Cooper McDonald 8474bc3c19 Properly implement the Hammer item (#599)
* Properly implement the Hammer item

* Update Boo.gd

* Update LongFirebar.tscn
2025-10-15 18:14:19 +01:00

22 lines
994 B
Plaintext

[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
[connection signal="block_bounced" from="BlockBouncingDetection" to="." method="block_bounced" unbinds=1]