title decided and updated in readme, applied to gui window title
This commit is contained in:
parent
cab6404cbc
commit
1264f30a8a
|
@ -1,6 +1,6 @@
|
|||
# lispjam24
|
||||
# Prok
|
||||
|
||||
repo for entry to lisp game jam 2024
|
||||
repo for my entry to the spring lisp game jam 2024
|
||||
|
||||
## compilation in DrRacket
|
||||
### ensure you have the gui-easy package installed
|
||||
|
|
3
main.rkt
3
main.rkt
|
@ -1,6 +1,6 @@
|
|||
#|-----------------------------------------|
|
||||
| Entry for the Spring Lisp Game Jam 2024 |
|
||||
| Title: <TODO> |
|
||||
| Title: Prok |
|
||||
| Genre: Procedural text adventure |
|
||||
| Author: kiefac (homie@tensi.org) |
|
||||
| Start date: 2024-18-5 |
|
||||
|
@ -23,6 +23,7 @@
|
|||
|
||||
(render
|
||||
(window
|
||||
#:title "Prok"
|
||||
(hpanel
|
||||
(vpanel
|
||||
(input @log
|
||||
|
|
Loading…
Reference in a new issue