Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
67 additions
and 31 deletions.
- +1 −1 client/mortar-combat-devel.conf.lisp
- +21 −14 client/src/connector.lisp
- +30 −2 client/src/main.lisp
- +1 −0 client/src/ui.lisp
- +5 −4 proxy/Makefile
- +2 −1 proxy/commands.lisp
- +7 −9 proxy/proxy.lisp
@@ -1,5 +1,5 @@ | ||
'(:engine | ||
(:systems (mortar-combat::mortar-combat) | ||
:log-level :debug) | ||
:server-address "borodust.org" | ||
:server-address "127.0.0.1" | ||
:assets "assets/") |