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.
Babushka/scenes/2DTestingGround.tscn

19 lines
760 B

[gd_scene load_steps=4 format=3 uid="uid://b6qkpdal83kyr"]
[ext_resource type="PackedScene" uid="uid://dd3giw31imfk4" path="res://scenes/player.tscn" id="1_c1tk0"]
[ext_resource type="Script" path="res://scripts/camera_controller.gd" id="4_qljgx"]
[ext_resource type="PackedScene" uid="uid://txjiuosyfv34" path="res://scenes/props/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="." node_paths=PackedStringArray("followNode")]
position = Vector2(166.03, 0)
script = ExtResource("4_qljgx")
multiplier = 100.0
followNode = NodePath("")
[node name="World" parent="." instance=ExtResource("7_yb6mq")]