diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2025-01-26 15:12:19 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2025-01-26 15:12:19 -0600 |
| commit | 5846a4fea8d6a993466a792977128d21a18587bc (patch) | |
| tree | f1c53d194fc11af1f354be91a78472bdf467175c /src/main.lua | |
| parent | c39ff632b46c179709101c5b50a061ebd723689f (diff) | |
| download | ggj25-5846a4fea8d6a993466a792977128d21a18587bc.tar.gz ggj25-5846a4fea8d6a993466a792977128d21a18587bc.tar.bz2 ggj25-5846a4fea8d6a993466a792977128d21a18587bc.zip | |
Actual final commit
Diffstat (limited to 'src/main.lua')
| -rw-r--r-- | src/main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.lua b/src/main.lua index 7470724..d971d5e 100644 --- a/src/main.lua +++ b/src/main.lua @@ -22,7 +22,6 @@ pp:append(stars) win.scene:append(pp) local ui = require("ui") -print("ui was", ui) win.scene:append(ui.node) local router = require("router") |
