mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Added 1.5x screen size option, fixed 2**32 being 0, tidied up some code
This commit is contained in:
@@ -117,4 +117,13 @@ module GameData
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
||||
def self.load_all
|
||||
Ability.load
|
||||
Item.load
|
||||
Move.load
|
||||
BerryPlant.load
|
||||
Metadata.load
|
||||
MapMetadata.load
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user