INIT
This commit is contained in:
21
levels/level_1/moorhuhn.tscn
Normal file
21
levels/level_1/moorhuhn.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://bde7acekd3uir"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cydwx3idckbqx" path="res://icon.svg" id="1_krtjd"]
|
||||
[ext_resource type="Script" uid="uid://dhjsnp5vhwovp" path="res://levels/level_1/moorhuhn.gd" id="1_lfeej"]
|
||||
[ext_resource type="PackedScene" uid="uid://cfvm2tee57rnd" path="res://levels/level_1/moorhuhn_explosion.tscn" id="2_47yum"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vn7o3"]
|
||||
size = Vector2(32, 34)
|
||||
|
||||
[node name="Moorhuhn" type="Area2D" unique_id=425849624]
|
||||
script = ExtResource("1_lfeej")
|
||||
explosion = ExtResource("2_47yum")
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="." unique_id=1344228166]
|
||||
scale = Vector2(0.27734372, 0.27734372)
|
||||
texture = ExtResource("1_krtjd")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=2057638764]
|
||||
shape = SubResource("RectangleShape2D_vn7o3")
|
||||
|
||||
[connection signal="input_event" from="." to="." method="_on_input_event"]
|
||||
Reference in New Issue
Block a user