14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://monitor/Monitor.gd" type="Script" id=1]
|
|
[ext_resource path="res://monitor/Player.gd" type="Script" id=2]
|
|
|
|
[node name="Monitor" type="Node"]
|
|
script = ExtResource( 1 )
|
|
use_development_url = true
|
|
|
|
[node name="Player" type="Node" parent="."]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="HTTPRequest" type="HTTPRequest" parent="."]
|