mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
idk its broken :(
This commit is contained in:
parent
2735749baa
commit
8de6d3bdb9
9 changed files with 49 additions and 16 deletions
14
godot/world/World.tscn
Normal file
14
godot/world/World.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://world/StateApi.gd" type="Script" id=1]
|
||||
[ext_resource path="res://native/StateServer.gdns" type="Script" id=2]
|
||||
[ext_resource path="res://native/StateServer.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="World" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="StateServer" type="Node" parent="." instance=ExtResource( 3 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[connection signal="changed_tiletypes" from="StateServer" to="." method="_on_StateServer_changed_tiletypes"]
|
||||
[connection signal="request_init" from="StateServer" to="." method="_on_StateServer_request_init"]
|
Loading…
Add table
Add a link
Reference in a new issue