- Timestamp:
- Nov 4, 2019, 12:58:32 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Game2048.lpi
r36 r54 6 6 <SessionStorage Value="InProjectDir"/> 7 7 <MainUnit Value="0"/> 8 <Title Value=" Game2048"/>8 <Title Value="2048"/> 9 9 <Scaled Value="True"/> 10 10 <ResourceType Value="res"/> -
trunk/Game2048.lpr
r31 r54 26 26 {$ENDIF} 27 27 RequireDerivedFormResource:=True; 28 Application.Scaled:=True; 28 Application.Title:='2048'; 29 Application.Scaled := True; 29 30 Application.Initialize; 30 31 Application.CreateForm(TFormMain, FormMain);
Note:
See TracChangeset
for help on using the changeset viewer.