21 lines
678 B
Plaintext
21 lines
678 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cy3dg66pt8abt"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://3wumh6kpw3ai" path="res://scenes/player.tscn" id="1_uwrxv"]
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_uwrxv"]
|
|
|
|
[node name="Game" type="Node2D"]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_uwrxv")]
|
|
position = Vector2(33, 49)
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
position = Vector2(39, 27)
|
|
zoom = Vector2(4, 4)
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
position = Vector2(1, 61)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
shape = SubResource("WorldBoundaryShape2D_uwrxv")
|