SupaLidlGame/Scenes/Level.tscn

10 lines
418 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-05-20 19:25:58 -07:00
[ext_resource type="PackedScene" uid="uid://bxtpv6jqodj4v" path="res://Scenes/Maps/Hills.tscn" id="2_juio7"]
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-05-20 19:25:58 -07:00
StartingArea = ExtResource("2_juio7")
2023-03-26 10:53:45 -07:00
CurrentPlayer = NodePath("")