clean up a bit

This commit is contained in:
zoe 2022-05-08 16:45:53 +02:00
parent 3c5bbd204e
commit 59ddadb46a
7 changed files with 39 additions and 19 deletions

8
godot/world/Cam.tscn Normal file
View 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 )