mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
ive decided its fine if the state server is public
This commit is contained in:
parent
74e9d94977
commit
5b58f246a0
7 changed files with 35 additions and 29 deletions
|
@ -1,8 +1,7 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://world/StateApi.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/Cam.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://native/StateServer.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://world/Tilemaps.gd" type="Script" id=4]
|
||||
|
||||
[node name="World" type="Node"]
|
||||
|
@ -10,10 +9,5 @@ script = ExtResource( 1 )
|
|||
|
||||
[node name="Worldcam" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="StateServer" parent="." instance=ExtResource( 3 )]
|
||||
|
||||
[node name="Tilemaps" type="Node" parent="."]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[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