No changes between revisions
/trunk/LightGame.exe |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/trunk/LightGameMain.dfm |
13,13 → 13,11 |
Font.Name = 'Tahoma' |
Font.Style = [] |
Menu = MainMenu1 |
OldCreateOrder = False |
Position = poScreenCenter |
OnCreate = FormCreate |
DesignSize = ( |
795 |
669) |
PixelsPerInch = 96 |
TextHeight = 13 |
object Image1: TImage |
Left = 0 |
45818,7 → 45816,7 |
end |
end |
object SaveDialog1: TSaveDialog |
DefaultExt = '.sav' |
DefaultExt = 'sav' |
Filter = 'Save game (*.sav)|*.sav|All files (*.*)|*.*' |
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing] |
Left = 720 |
45825,7 → 45823,7 |
Top = 176 |
end |
object OpenDialog1: TOpenDialog |
DefaultExt = '.sav' |
DefaultExt = 'sav' |
Filter = 'Save game (*.sav)|*.sav|All files (*.*)|*.*' |
Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] |
Left = 720 |
/trunk |
Property changes: |
Added: svn:global-ignores |
+__history |
+*.local |
+*.identcache |
+*.dcu |