ah_sce_unpacked/unpacked/Custom_Model_Bag The Fall of the House of Usher b46db2/Custom_Tile The Fall of the House of Usher bbb70a.ttslua
2021-11-16 23:41:43 -05:00

14 lines
308 B
Plaintext

name = 'Sleepy Hollow'
function onLoad()
Global.call('createSetupButtons', {object=self, key=name})
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