You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
728 B
18 lines
728 B
[gd_scene load_steps=4 format=3 uid="uid://b6qkpdal83kyr"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://prefabs/player.tscn" id="1_c1tk0"]
|
|
[ext_resource type="Script" uid="uid://51hbiq1mdpv1" path="res://scripts/GdScript/camera_controller.gd" id="4_qljgx"]
|
|
[ext_resource type="PackedScene" uid="uid://txjiuosyfv34" path="res://scenes/testing/test_world.tscn" id="7_yb6mq"]
|
|
|
|
[node name="2dTestingGround" type="Node2D"]
|
|
y_sort_enabled = true
|
|
|
|
[node name="player" parent="." instance=ExtResource("1_c1tk0")]
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
position = Vector2(166.03, 0)
|
|
script = ExtResource("4_qljgx")
|
|
multiplier = 100.0
|
|
|
|
[node name="World" parent="." instance=ExtResource("7_yb6mq")]
|