summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/resources
Commit message (Collapse)AuthorAgeFilesLines
* Engine: Added chipset data to RTPStarla Insigna2009-02-141-0/+4804
|
* Engine: Added global fontStarla Insigna2009-02-111-0/+0
| | | | | | | | Converted RM2K's RMG2000.fon to a TrueType font using some long and difficult processes (involving first converting to a .bdf, then to a .ttf). With this standard font included in the package, there will be no worry of strange fonts, as TrueType is a standard. Also, probably because of the size of the new font, the white-tail bug has disappeared. This seems rickety, but because this is the only font that should be used, it should be ok. And if the problem ever arises again, the ticket can be reopened. Fixes #6 and #1.
* Engine: Changed default TitleScreenStarla Insigna2009-02-101-0/+0
| | | | Replaced default TitleScreen (which was the TPOAHT Title Screen for testing reasons) with a FourPuzzle Title Screen. Also moved the Title Menu to the bottom-left corner.
* Added Decision2 soundStarla Insigna2009-02-081-0/+0
| | | | This sound should be played when the player selects something from the TitleScreen, opens the Menu and other choice sounding places.
* Added an RTPStarla Insigna2009-02-087-0/+0