1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

updated readme

This commit is contained in:
Aaron Veden 2017-05-14 17:15:31 -07:00
parent eea06a6c74
commit b0771de631
2 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,9 @@ Configure Options not in game menu:
# Version History
0.15.8 -
- Fixed: aiPointsScaler being nil
0.15.7 -
- Feature: Difficulty Scaling - A mod options to control how quickly the ai performs actions
- Fixed: Spelling on mod option

View File

@ -75,7 +75,7 @@
(copyDirectory "prototypes" modFolder)))
(define (run)
(copyFiles modFolder)
;;(makeZip modFolder)
;;(copyFiles modFolder)
(makeZip modFolder)
)
)