inventory script, modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<inventory color="#00000080" size="400,0">
|
||||
<inventory color="#1F1F1FE0" size="400,0">
|
||||
<slots-grid cols="4" count="40"/>
|
||||
<button padding="10,10,10,10" coord="300,10">Test</button>
|
||||
</inventory>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
function on_open()
|
||||
print("OPEN")
|
||||
end
|
||||
|
||||
function on_close()
|
||||
print("CLOSE")
|
||||
end
|
||||
Reference in New Issue
Block a user