feat: loader logic

This commit is contained in:
Ilia Denisov
2026-03-15 21:57:42 +02:00
parent 6179dadb5e
commit cc7ecf6667
5 changed files with 117 additions and 96 deletions
+1
View File
@@ -200,6 +200,7 @@ func (e *client) loadWorld(w *world.World) {
func (e *client) Run() error {
e.BuildUI(e.window)
e.window.SetMaster()
e.window.ShowAndRun()
e.RequestRefresh()
return nil