button stubs for lazysprite view

This commit is contained in:
2021-01-16 21:42:13 -07:00
parent 040df26a22
commit 70cb43c7f4

View File

@@ -1,3 +1,6 @@
<vbox style="padding: 5px;">
<button text="Click Me for a sprite!" onclick="this.text='Thanks!'" style="font-size: 24px;" />
<button text="Select From Existing File" onclick="this.text='Thanks!'" style="font-size: 24px;" />
<button text="Draw New" onclick="this.text='TODO'" style="font-size: 24px;" />
<button text="Program with FlxSpriteUtil" onclick="this.text='TODO'" style="font-size: 24px;" />
<button text="Search Public Domain" onclick="this.text='TODO'" style="font-size: 24px;" />
</vbox>