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
|
## compilation in DrRacket
|
||||||
### ensure you have the gui-easy package installed
|
### 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 |
|
| Entry for the Spring Lisp Game Jam 2024 |
|
||||||
| Title: <TODO> |
|
| Title: Prok |
|
||||||
| Genre: Procedural text adventure |
|
| Genre: Procedural text adventure |
|
||||||
| Author: kiefac (homie@tensi.org) |
|
| Author: kiefac (homie@tensi.org) |
|
||||||
| Start date: 2024-18-5 |
|
| Start date: 2024-18-5 |
|
||||||
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
(render
|
(render
|
||||||
(window
|
(window
|
||||||
|
#:title "Prok"
|
||||||
(hpanel
|
(hpanel
|
||||||
(vpanel
|
(vpanel
|
||||||
(input @log
|
(input @log
|
||||||
|
|
Loading…
Reference in a new issue