call deferred to prevent reentry into atmosphere

This commit is contained in:
Zoe 2022-05-05 17:17:48 +02:00
parent aa07bdd798
commit 0b9ca2ebe5
3 changed files with 21 additions and 11 deletions

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=2]
[gd_scene load_steps=3 format=2]
[ext_resource path="res://world/terrain/terrain.tres" type="TileSet" id=1]
[ext_resource path="res://world/Tilemap.gd" type="Script" id=2]
[node name="Tilemap" type="TileMap"]
position = Vector2( -2, 0 )
@ -8,3 +9,4 @@ mode = 1
tile_set = ExtResource( 1 )
cell_size = Vector2( 32, 16 )
format = 1
script = ExtResource( 2 )