Changeset 4 for trunk/tunneler.lpr


Ignore:
Timestamp:
Mar 6, 2011, 6:43:01 PM (13 years ago)
Author:
george
Message:
  • Added: Complete map visualizaiton.
  • Added: Generating map rock border.
  • Added: Tank movement colision detection.
  • Added: Some bullet shooting test.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r2 r4  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, UCore, TemplateGenerics
     10  Forms, UMainForm, UCore, TemplateGenerics, UMapForm
    1111  { you can add units after this };
    1212
     
    1616  Application.Initialize;
    1717  Application.CreateForm(TMainForm, MainForm);
     18  Application.CreateForm(TMapForm, MapForm);
    1819  Application.Run;
    1920end.
Note: See TracChangeset for help on using the changeset viewer.