mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
call deferred to prevent reentry into atmosphere
This commit is contained in:
parent
aa07bdd798
commit
0b9ca2ebe5
3 changed files with 21 additions and 11 deletions
7
godot/world/Tilemap.gd
Normal file
7
godot/world/Tilemap.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends TileMap
|
||||
|
||||
var id: int
|
||||
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue