summaryrefslogtreecommitdiff
path: root/scripts/prompt.scm
diff options
context:
space:
mode:
authorhenriquelalves <henriquelalves@gmail.com>2024-05-26 16:50:57 +0300
committerhenriquelalves <henriquelalves@gmail.com>2024-05-26 16:50:57 +0300
commite32ad30213dbcf8c9eae8b18ac36def9de213036 (patch)
tree3df0004bc614b5b8c6e903df090a260be14fd613 /scripts/prompt.scm
parent56a3d75bbbd80512f76817a05eebaabdcaf37ae2 (diff)
downloadgamejam-slgj-2024-e32ad30213dbcf8c9eae8b18ac36def9de213036.tar.gz
gamejam-slgj-2024-e32ad30213dbcf8c9eae8b18ac36def9de213036.tar.bz2
gamejam-slgj-2024-e32ad30213dbcf8c9eae8b18ac36def9de213036.zip
Update readme, license, fix make-colorHEADmaster
Diffstat (limited to 'scripts/prompt.scm')
-rw-r--r--scripts/prompt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prompt.scm b/scripts/prompt.scm
index 32e7606..e78e5b3 100644
--- a/scripts/prompt.scm
+++ b/scripts/prompt.scm
@@ -39,7 +39,7 @@
(rect-y prompt-box)
(rect-width prompt-box)
(rect-height prompt-box)
- (make-color 190 100 255))
- (rl-draw-text prompt-text 0 0 20 (make-color 0 0 0))
+ (make-color 190 100 255 255))
+ (rl-draw-text prompt-text 0 0 20 (make-color 0 0 0 255))
))
)