Text
Some checks failed
Build Dusk / run-tests (push) Failing after 1m47s
Build Dusk / build-linux (push) Failing after 1m47s
Build Dusk / build-psp (push) Failing after 1m53s

This commit is contained in:
2026-02-03 10:22:39 -06:00
parent fed819e9b2
commit c862071126
24 changed files with 420 additions and 336 deletions

View File

@@ -3,5 +3,4 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
add_asset(TILESET minogram.png type=PALETTIZED tileWidth=6 tileHeight=10 columns=16 rows=6)# Fixes PSP rendering
add_asset(SCRIPT test.lua)
add_asset(TILESET minogram.png type=PALETTIZED tileWidth=6 tileHeight=10 columns=16 rows=6)# Fixes PSP rendering

View File

@@ -1,9 +0,0 @@
module('spritebatch')
function uiElementRender(x, y, w, h)
spriteBatchPush(
nil,
x, y,
w, h
)
end