mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
clean up a bit
This commit is contained in:
parent
3c5bbd204e
commit
59ddadb46a
7 changed files with 39 additions and 19 deletions
8
godot/world/Cam.tscn
Normal file
8
godot/world/Cam.tscn
Normal file
|
@ -0,0 +1,8 @@
|
|||
[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 )
|
Loading…
Add table
Add a link
Reference in a new issue