17 lines
653 B
Text
17 lines
653 B
Text
[gd_scene load_steps=4 format=3 uid="uid://c7bfiw54rvaq2"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player_control.gd" id="1_7sg4g"]
|
|
[ext_resource type="Texture2D" uid="uid://b4viqupj5q0je" path="res://ressources/images/icon.svg" id="1_w50ia"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwwdc"]
|
|
size = Vector2(32, 32)
|
|
|
|
[node name="Player_Melodie" type="CharacterBody2D"]
|
|
script = ExtResource("1_7sg4g")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("1_w50ia")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_uwwdc")
|