default values for tiles

This commit is contained in:
zoe 2022-05-07 00:52:40 +02:00
parent 418dec7bd4
commit f09f82a305
5 changed files with 14 additions and 7 deletions

13
godot/world/Main.tscn Normal file
View file

@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://world/worldcam.gd" type="Script" 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="World" parent="." instance=ExtResource( 2 )]