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

7
godot/world/Tilemap.gd Normal file
View file

@ -0,0 +1,7 @@
extends TileMap
var id: int
func _ready():
pass # Replace with function body.