SupaLidlGame/Scenes/Level.tscn

10 lines
419 B
Plaintext
Raw Normal View History

2023-03-26 10:53:45 -07:00
[gd_scene load_steps=3 format=3 uid="uid://1pb3mpmrl7lc"]
2022-11-10 20:29:53 -08:00
2023-03-22 21:22:51 -07:00
[ext_resource type="Script" path="res://Utils/World.cs" id="1_1k6ew"]
2023-03-26 10:53:45 -07:00
[ext_resource type="PackedScene" uid="uid://di38llxv4a6w0" path="res://Scenes/Maps/Forest.tscn" id="2_11ef1"]
2022-11-10 20:29:53 -08:00
2023-03-26 10:53:45 -07:00
[node name="World" type="Node2D" node_paths=PackedStringArray("CurrentPlayer")]
2023-03-22 21:22:51 -07:00
script = ExtResource("1_1k6ew")
2023-03-26 10:53:45 -07:00
StartingArea = ExtResource("2_11ef1")
CurrentPlayer = NodePath("")