From 82b9cb12061bfd400cb77029e779eeef81a56c81 Mon Sep 17 00:00:00 2001 From: Able Date: Tue, 3 Dec 2024 12:31:33 -0600 Subject: [PATCH] a --- sysdata/programs/sunset_server/src/main.hb | 3 +-- sysdata/system_config.toml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sysdata/programs/sunset_server/src/main.hb b/sysdata/programs/sunset_server/src/main.hb index f837bf52..06a52e76 100644 --- a/sysdata/programs/sunset_server/src/main.hb +++ b/sysdata/programs/sunset_server/src/main.hb @@ -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 { diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml index 19fcdd56..e5bf84a7 100644 --- a/sysdata/system_config.toml +++ b/sysdata/system_config.toml @@ -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"