Basic room
This commit is contained in:
parent
a188a64282
commit
84ecfce05c
3 changed files with 9 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
|||
[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"]
|
||||
[ext_resource type="Texture2D" uid="uid://uebyv8y862vt" path="res://ressources/images/melodie.svg" id="2_se13h"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwwdc"]
|
||||
size = Vector2(32, 32)
|
||||
size = Vector2(16, 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")
|
||||
scale = Vector2(0.75, 0.75)
|
||||
texture = ExtResource("2_se13h")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_uwwdc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue