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