aboutsummaryrefslogtreecommitdiff
path: root/assets/scripts/local2P.lua
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-14 20:02:12 +1200
committerArslaan Pathan <[email protected]>2025-06-14 20:02:12 +1200
commit37127e7d25d003b2526f06fa894736abe80b8454 (patch)
tree439cdf2cc9fe1b869a3fab8db52e5a0c1eef6997 /assets/scripts/local2P.lua
parented38ddd48d0393ba4296ac4ba34e92d791be0f3e (diff)
downloadshowdownofthesticks-37127e7d25d003b2526f06fa894736abe80b8454.tar.xz
showdownofthesticks-37127e7d25d003b2526f06fa894736abe80b8454.zip
queueTextForRender, starting character select, new character portraits - at least placeholders, the art is shit right now
Diffstat (limited to 'assets/scripts/local2P.lua')
-rw-r--r--assets/scripts/local2P.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/scripts/local2P.lua b/assets/scripts/local2P.lua
index 5f5c233..635251b 100644
--- a/assets/scripts/local2P.lua
+++ b/assets/scripts/local2P.lua
@@ -1,6 +1,7 @@
---@diagnostic disable: undefined-global
function Setup()
+ setRenderPlayer(true)
end
function Update()
-end \ No newline at end of file
+end