mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
13 lines
379 B
Text
13 lines
379 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://world/World.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://world/worldcam.gd" type="Script" id=3]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
|
|
[node name="Worldcam" type="Camera2D" parent="."]
|
|
current = true
|
|
zoom = Vector2( 0.4, 0.4 )
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="World" parent="." instance=ExtResource( 1 )]
|