summaryrefslogtreecommitdiff
path: root/client/game.tscn
blob: 4ec780939f3b391a2d31e79d519c0bc6614ca2d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[gd_scene load_steps=4 format=3 uid="uid://w0k2j13hm04i"]

[ext_resource type="Script" path="res://Game.cs" id="1_t8lam"]
[ext_resource type="PackedScene" uid="uid://drdk1by1fun2q" path="res://world.tscn" id="2_tm4sj"]
[ext_resource type="PackedScene" uid="uid://b0f23dtef1o4h" path="res://player.tscn" id="3_caccr"]

[node name="Game" type="Node2D"]
script = ExtResource("1_t8lam")

[node name="World" parent="." instance=ExtResource("2_tm4sj")]

[node name="Player" parent="." node_paths=PackedStringArray("World") instance=ExtResource("3_caccr")]
World = NodePath("../World")