blob: d0dacf3c3ad2b7859e397c769ddcd319e5f9a522 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[gd_scene load_steps=3 format=3 uid="uid://cuylx656oarpy"]
[ext_resource type="Script" path="res://client.gd" id="1_e4txq"]
[ext_resource type="PackedScene" uid="uid://n0y3fpb8j820" path="res://cursor.tscn" id="2_abx5m"]
[node name="Client" type="Node"]
script = ExtResource("1_e4txq")
[node name="Cursor" parent="." instance=ExtResource("2_abx5m")]
z_index = 1024
|