ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Import scripts that are attached to Scenes (rather than actors or triggers) #134

Closed ikarth closed 3 years ago

ikarth commented 3 years ago

Some scenes have startScripts attached directly to them and the importer doesn't handle those properly right now.

ikarth commented 3 years ago

Seems to be working as of #142.

Turns out that some scripting commands only work if they have args: {} even if it is just an empty dictionary.