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