mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Rewrote save game screen, added rest of multiple save file support
This commit is contained in:
8
Data/Scripts/003_New_UI_Settings.rb
Normal file
8
Data/Scripts/003_New_UI_Settings.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
#===============================================================================
|
||||
# NOTE: Some Settings in here will be moved elsewhere eventually. They're all
|
||||
# just gathered here while the new UI is being written.
|
||||
#===============================================================================
|
||||
module Settings
|
||||
# :one, :adventure, :multiple
|
||||
SAVE_SLOTS = :multiple
|
||||
end
|
||||
Reference in New Issue
Block a user