idk its broken :(

This commit is contained in:
zoe 2022-05-05 15:54:49 +02:00
parent 2735749baa
commit 8de6d3bdb9
9 changed files with 49 additions and 16 deletions

14
godot/world/World.tscn Normal file
View 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"]