押したらトークンが消えるボタン

・トークンなどにボタンを作成し、そのボタンを押すとトークン自体が消える

・ゲームの最小のインストや、使い捨てのトークンに使える?

 

function onload()
  self.createButton({
    label="Delete me!", click_function="deleteme", function_owner=self,
    position={1.4,0.1,1.15}, height=240, width=540, font_size=100, rotation={0,0,0}
  })
end

function deleteme()
  self.destruct()
end

タグ:

+ タグ編集
  • タグ:
最終更新:2017年11月19日 23:38