Chaos_Kitchen/Scene/PlayerScene.tscn

21 lines
742 B
Text
Raw Normal View History

2024-02-17 12:42:08 +01:00
[gd_scene load_steps=4 format=3 uid="uid://dy12im5456ufx"]
2024-02-15 19:32:16 +01:00
[ext_resource type="Texture2D" uid="uid://degatxb7g5fr7" path="res://Tilemaps/tile_0350.png" id="1_jp5c8"]
2024-02-17 12:42:08 +01:00
[ext_resource type="Script" path="res://Scripts/PlayerControler.gd" id="1_vtlo0"]
2024-02-15 19:32:16 +01:00
2024-02-17 12:42:08 +01:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qegmh"]
size = Vector2(14, 14)
[node name="PlayerScene" type="CharacterBody2D"]
script = ExtResource("1_vtlo0")
2024-02-15 19:32:16 +01:00
[node name="Tile0350" type="Sprite2D" parent="."]
2024-02-17 12:42:08 +01:00
texture_filter = 1
position = Vector2(0, -1)
2024-02-15 19:32:16 +01:00
texture = ExtResource("1_jp5c8")
2024-02-17 12:42:08 +01:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_qegmh")
[connection signal="can_interact" from="." to="." method="_on_can_interact"]