forked from kanium/starcheese
19 lines
691 B
Plaintext
19 lines
691 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ukjuwuhb6mq6"]
|
|
|
|
[ext_resource type="Script" path="res://cheeseCollision.gd" id="1_k5eo2"]
|
|
[ext_resource type="Texture2D" uid="uid://djwn5ruf1wln0" path="res://images/protocheese.png" id="2_xljbq"]
|
|
|
|
[node name="cheese" type="Area2D"]
|
|
position = Vector2(300, 337)
|
|
scale = Vector2(2, 2)
|
|
collision_mask = 3
|
|
script = ExtResource("1_k5eo2")
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PackedVector2Array(3, 17.5, 18.5, 0, 13.5, -20.5, -16.5, -7, -16, 13)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_xljbq")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|