mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added Wren scripting with module system 📚
Added Input pressed, released system Added interface button support with wren onclick callback
This commit is contained in:
@@ -1,23 +1,12 @@
|
||||
<Canvas
|
||||
script="Interface/Testing.lua"
|
||||
script="Scripts/test Test"
|
||||
groups="screen"
|
||||
color="25 25 25 255"
|
||||
color="25 25 25 9"
|
||||
>
|
||||
<Rect
|
||||
color="50 50 50 255"
|
||||
groups="container"
|
||||
padding="8px 8px 8px 8px"
|
||||
>
|
||||
<p>Hello world!</p>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<Rect groups="items" color="200 0 200 255"></Rect>
|
||||
<p groups="hello">Hello, world</p>
|
||||
<Rect onclick="hello()"
|
||||
groups="rect"
|
||||
color="128 128 255 255">
|
||||
</Rect>
|
||||
<Slider value="sliderValue"/>
|
||||
</Canvas>
|
||||
|
||||
Reference in New Issue
Block a user