codename-routes/godot/world/Main.tscn

14 lines
379 B
Text
Raw Normal View History

2022-05-05 13:54:49 +00:00
[gd_scene load_steps=3 format=2]
2022-04-30 23:28:31 +00:00
2022-05-06 22:52:40 +00:00
[ext_resource path="res://world/worldcam.gd" type="Script" id=1]
[ext_resource path="res://world/World.tscn" type="PackedScene" id=2]
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 )
2022-05-06 22:52:40 +00:00
script = ExtResource( 1 )
2022-05-04 14:46:58 +00:00
2022-05-06 22:52:40 +00:00
[node name="World" parent="." instance=ExtResource( 2 )]