10 lines
419 B
Plaintext
10 lines
419 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://1pb3mpmrl7lc"]
|
|
|
|
[ext_resource type="Script" path="res://Utils/World.cs" id="1_1k6ew"]
|
|
[ext_resource type="PackedScene" uid="uid://di38llxv4a6w0" path="res://Scenes/Maps/Forest.tscn" id="2_11ef1"]
|
|
|
|
[node name="World" type="Node2D" node_paths=PackedStringArray("CurrentPlayer")]
|
|
script = ExtResource("1_1k6ew")
|
|
StartingArea = ExtResource("2_11ef1")
|
|
CurrentPlayer = NodePath("")
|