Name cleanup <3
This commit is contained in:
parent
725bee80f8
commit
b285b10484
31 changed files with 17 additions and 17 deletions
|
|
@ -426,14 +426,14 @@ var
|
|||
begin
|
||||
u.Init(320,200);
|
||||
p.Init (0,-8,0, 0,1,0);
|
||||
wood.Init(-16,0,54,8, 'c:\brion\vga\wood2.pcx');
|
||||
mimas.Init(0,0,50,8, 'c:\brion\vga\mimas2.pcx');
|
||||
Earth.Init(16,0,54,8, 'c:\brion\vga\earth2.pcx');
|
||||
wood.Init(-16,0,54,8, 'wood2.pcx');
|
||||
mimas.Init(0,0,50,8, 'mimas2.pcx');
|
||||
Earth.Init(16,0,54,8, 'earth2.pcx');
|
||||
u.Insert(@wood);
|
||||
u.Insert(@mimas);
|
||||
u.Insert(@Earth);
|
||||
u.Insert(@p);
|
||||
Save(u,'brion5.tga');
|
||||
Save(u,'brooke5.tga');
|
||||
{Zoom(u);}
|
||||
Beep;
|
||||
wood.Done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue