ah_sce_unpacked/unpacked/Custom_Model_Bag Return to the Circle Undone 757324/Custom_Model_Bag Prologue Return to Disappearance at the Twilight Estate 1b8c0f/Custom_Tile The Circle Undone 05f912.ttslua

22 lines
509 B
Plaintext
Raw Normal View History

2021-07-03 14:00:44 -04:00
name = 'The Circle Undone'
2020-12-06 09:42:32 -05:00
function onLoad()
Global.call('createSetupButtons', {object=self, key=name})
end
function easyClick()
Global.call('fillContainer', {object=self, key=name, mode='easy'})
end
function normalClick()
Global.call('fillContainer', {object=self, key=name, mode='normal'})
end
function hardClick()
Global.call('fillContainer', {object=self, key=name, mode='hard'})
end
function expertClick()
Global.call('fillContainer', {object=self, key=name, mode='expert'})
end