9 lines
168 B
GDScript
9 lines
168 B
GDScript
@tool
|
|
|
|
# World Post-Import Template for LDTK-Importer.
|
|
|
|
func post_import(world: LDTKWorld) -> LDTKWorld:
|
|
# Behaviour goes here
|
|
#print("World: ", world)
|
|
return world
|