clean up graphics
Some checks failed
Build and Deploy / build-linux (push) Failing after 1m32s
Build and Deploy / build-macos (push) Failing after 7s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled

This commit is contained in:
2025-05-22 01:28:03 -05:00
parent f5ee3aada6
commit 7bab2f1b7a
4 changed files with 10 additions and 39 deletions

View File

@@ -262,9 +262,12 @@ function drawPieces() {
}
}
var graphics = use('graphics')
prosperon.on('draw', function() {
drawBoard()
drawPieces()
draw2d.text("HELL", [100,100])
})
prosperon.on('key_down', function(e) {
@@ -317,14 +320,14 @@ function joinServer() {
}
$_.contact(contact_fn, {
address: "localhost",
address: "192.168.0.149",
port: 5678
});
}
var os = use('os')
// Set up IO actor subscription
// Set up IO actor subscription
var ioguy = {
__ACTORDATA__: {
id: os.ioactor()