Forgot what I changed...
This commit is contained in:
parent
52ee55618f
commit
b8020aef2f
@ -1,5 +1,5 @@
|
||||
with ada.text_io, ada.strings, ada.strings.unbounded, interfaces.c;
|
||||
use ada.text_io, ada.strings, ada.strings.unbounded, interfaces.c;
|
||||
with ada.text_io, ada.strings.unbounded, interfaces.c;
|
||||
use ada.text_io, ada.strings.unbounded, interfaces.c;
|
||||
|
||||
package core is
|
||||
|
||||
|
@ -29,8 +29,8 @@ begin
|
||||
core.configure;
|
||||
ui.configure;
|
||||
|
||||
--~core.fonts (1) := core.load_font ("./font/alagard.png", 24, 0);
|
||||
core.fonts (1) := core.load_font ("./font/gothica.png", 24, 0);
|
||||
core.fonts (1) := core.load_font ("./font/alagard.png", 24, 0);
|
||||
--~core.fonts (1) := core.load_font ("./font/gothica.png", 24, 0);
|
||||
|
||||
core.play_sound (core.import_sound (core.c_string ("./song/main_menu.ogg")));
|
||||
|
||||
@ -47,7 +47,7 @@ begin
|
||||
|
||||
core.ai_synchronize (6);
|
||||
|
||||
world.make (world.swamp, 80, 40);
|
||||
world.make (world.swamp, 180, 140);
|
||||
|
||||
preview_width := core.window_width - side_panel;
|
||||
preview_height := core.window_height;
|
||||
|
Loading…
Reference in New Issue
Block a user