codename-routes/godot/world/Cam.tscn

9 lines
207 B
Text
Raw Normal View History

2022-05-08 14:45:53 +00:00
[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 )