20 lines
742 B
Text
20 lines
742 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dy12im5456ufx"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://degatxb7g5fr7" path="res://Tilemaps/tile_0350.png" id="1_jp5c8"]
|
|
[ext_resource type="Script" path="res://Scripts/PlayerControler.gd" id="1_vtlo0"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qegmh"]
|
|
size = Vector2(14, 14)
|
|
|
|
[node name="PlayerScene" type="CharacterBody2D"]
|
|
script = ExtResource("1_vtlo0")
|
|
|
|
[node name="Tile0350" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
position = Vector2(0, -1)
|
|
texture = ExtResource("1_jp5c8")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_qegmh")
|
|
|
|
[connection signal="can_interact" from="." to="." method="_on_can_interact"]
|