16 lines
606 B
Plaintext
16 lines
606 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bodk3sbrdedn2"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dbhiwig4potyb" path="res://Entities/Character/character.tscn" id="1_uof5o"]
|
|
[ext_resource type="PackedScene" uid="uid://du7dcihv2m3ue" path="res://Entities/Objects/wall.tscn" id="2_6xle2"]
|
|
|
|
[node name="Playground" type="Node2D"]
|
|
|
|
[node name="character" parent="." instance=ExtResource("1_uof5o")]
|
|
|
|
[node name="wall" parent="." instance=ExtResource("2_6xle2")]
|
|
position = Vector2(245, 108)
|
|
scale = Vector2(3.35596, 3.35596)
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
position = Vector2(0, -125)
|