codename-routes/godot/world/world.tscn

21 lines
760 B
Plaintext
Raw Normal View History

2022-05-04 14:46:58 +00:00
[gd_scene load_steps=4 format=2]
2022-04-30 23:28:31 +00:00
2022-05-04 12:10:28 +00:00
[ext_resource path="res://native/StateServer.tscn" type="PackedScene" id=2]
2022-04-30 23:28:31 +00:00
[ext_resource path="res://world/worldcam.gd" type="Script" id=3]
2022-05-01 20:23:01 +00:00
[ext_resource path="res://world/StateApi.gd" type="Script" id=5]
2022-04-30 17:27:38 +00:00
2022-05-04 14:46:58 +00:00
[node name="Main" type="Node2D"]
2022-04-30 23:28:31 +00:00
2022-05-01 21:55:08 +00:00
[node name="Worldcam" type="Camera2D" parent="."]
2022-04-30 23:28:31 +00:00
current = true
zoom = Vector2( 0.4, 0.4 )
script = ExtResource( 3 )
2022-05-04 14:46:58 +00:00
[node name="World" type="Node" parent="."]
script = ExtResource( 5 )
[node name="StateServer" parent="World" instance=ExtResource( 2 )]
2022-05-05 09:13:29 +00:00
[connection signal="changed_tiletypes" from="World/StateServer" to="World" method="_on_StateServer_changed_tiletypes"]
[connection signal="request_init" from="World/StateServer" to="World" method="_on_StateServer_request_init"]