Upversioned from 0.1.2-SNAPSHOT to 0.1.2 for release
This commit is contained in:
parent
7c0a64a6a9
commit
91d3c7f4dd
4 changed files with 9 additions and 9 deletions
|
|
@ -34,7 +34,7 @@
|
|||
(if (not (= map ""))
|
||||
(session/put! :world
|
||||
(heightmap/apply-heightmap
|
||||
(as-file (str "/img/heightmaps/" map ".png")))))
|
||||
(io/get-resource (str "/img/heightmaps/" map ".png")))))
|
||||
(if (not (= rulefile ""))
|
||||
(do
|
||||
(session/put! :rule-text (io/slurp-resource rulepath))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue