automated levels' path finding + various info for marmalade
This commit is contained in:
parent
3df63ed790
commit
c569afa099
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
;;; emstar.el --- Emstar Game
|
;;; emstar.el --- Emstar Game
|
||||||
|
|
||||||
|
;; Version: 1.1
|
||||||
;; Copyright
|
;; Copyright
|
||||||
;; © Gwenhael Le Moine
|
;; © Gwenhael Le Moine
|
||||||
|
|
||||||
;; Author: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
;; Author: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
||||||
;; Keywords: games
|
;; Keywords: games
|
||||||
|
;; URL: https://github.com/cycojesus/emstar
|
||||||
|
|
||||||
;; This file is free software; you can redistribute it and/or modify
|
;; This file is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -68,7 +70,7 @@ players current level.")
|
||||||
generated from all available playerfiles, if `emstar-playerfiles-dir'
|
generated from all available playerfiles, if `emstar-playerfiles-dir'
|
||||||
is none nil.")
|
is none nil.")
|
||||||
|
|
||||||
(defcustom emstar-levels-dir "/usr/local/share/emstar/emstar-levels"
|
(defcustom emstar-levels-dir (concat (file-name-directory load-file-name) "/emstar-levels")
|
||||||
"*Directory holding the emstar level files"
|
"*Directory holding the emstar level files"
|
||||||
:group 'emstar
|
:group 'emstar
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
Loading…
Add table
Reference in a new issue