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
|
@ -1,13 +1,10 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://world/worldcam.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/Cam.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://world/World.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Main" type="Node2D"]
|
||||
|
||||
[node name="Worldcam" type="Camera2D" parent="."]
|
||||
current = true
|
||||
zoom = Vector2( 0.4, 0.4 )
|
||||
script = ExtResource( 1 )
|
||||
[node name="Worldcam" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="World" parent="." instance=ExtResource( 2 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue