Basic room

This commit is contained in:
Renarde-dev 2025-01-24 13:53:02 +01:00
parent a188a64282
commit 84ecfce05c
No known key found for this signature in database
GPG key ID: 5B8FE0B3816369DE
3 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=7 format=3 uid="uid://durhes43gex7a"]
[ext_resource type="PackedScene" uid="uid://c7bfiw54rvaq2" path="res://scenes/player_melodie.tscn" id="1_cl1wt"]
[ext_resource type="Texture2D" uid="uid://cxo6okqvrlmcm" path="res://ressources/images/cgj_default_tile.svg" id="2_torsx"]
[ext_resource type="Texture2D" uid="uid://ky4e7158gqf6" path="res://ressources/images/cgj_default_tile.svg" id="2_torsx"]
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_1c4te"]
normal = Vector2(0, 1)
@ -23,13 +23,13 @@ distance = -640.0
[node name="TextureRect" type="TextureRect" parent="."]
offset_left = -640.0
offset_top = -360.0
offset_right = -480.0
offset_bottom = -280.0
scale = Vector2(8, 8)
offset_right = 640.0
offset_bottom = 360.0
texture = ExtResource("2_torsx")
stretch_mode = 1
[node name="Player_Melodie" parent="." instance=ExtResource("1_cl1wt")]
scale = Vector2(4, 4)
[node name="StaticBody2D" type="StaticBody2D" parent="."]