This commit is contained in:
Able 2024-12-03 12:31:33 -06:00
parent 2afa83a615
commit 82b9cb1206
2 changed files with 3 additions and 4 deletions

View file

@ -19,7 +19,6 @@ main := fn(): int {
screen := render.init(true)
render.clear(screen, render.black)
font := @unwrap(render.text.font_from_psf2(@bitcast(&psf), false))
wallpaper := render.image.from(@bitcast(&img))
@ -31,7 +30,7 @@ main := fn(): int {
mouse_x := 100
mouse_y := 100
text_label := Label.new_label("Hi\0", 1024)
text_label := Label.new_label("\0", 1024)
text_label.set_color(sunset.server.DECO_COLOUR, render.black)
loop {

View file

@ -37,8 +37,8 @@ path = "boot:///ps2_mouse_driver.hbf"
# [boot.limine.ableos.modules.ps2_driver]
# path = "boot:///ps2_driver.hbf"
# [boot.limine.ableos.modules.sunset_client]
# path = "boot:///sunset_client.hbf"
[boot.limine.ableos.modules.sunset_client]
path = "boot:///sunset_client.hbf"
[boot.limine.ableos.modules.sunset_server]
path = "boot:///sunset_server.hbf"