4
0

shadowed text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-13 19:57:50 +01:00
parent 5379e30cf3
commit 8e8d181c34
11 changed files with 36 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
function SplashWindow.draw()
print("Mr. Anderson's", 78, 60, Config.colors.green)
print("Addventure", 90, 70, Config.colors.green)
Print.text("Mr. Anderson's", 78, 60, Config.colors.green)
Print.text("Addventure", 90, 70, Config.colors.green)
end
function SplashWindow.update()