Added text buttons and button groups.

This commit is contained in:
2025-10-05 22:09:20 -04:00
parent 82d2a89a0a
commit bed93d1de4
15 changed files with 398 additions and 38 deletions

View File

@@ -42,7 +42,7 @@ function AssetManager:_init()
Drawable._init(self)
self.assets = {}
self.bckg = Sprite('imgs/floppy.png')
self.font = Font('fonts/Concrete.ttf', 40)
self.font = Font('fonts/BBrick.ttf', 40)
self.co = nil
self.bckg:load()