Skip to content
Snippets Groups Projects
Commit 47c430a7 authored by Eli Fjellbirkeland Johannesen's avatar Eli Fjellbirkeland Johannesen
Browse files

Merge branch 'fix' into 'main'

Fix

See merge request !21
parents d77721c1 eb1f94b7
No related branches found
No related tags found
1 merge request!21Fix
Pipeline #206145 passed
......@@ -41,6 +41,7 @@ public class TankWarsGame extends Game {
@Override
public void create() {
batch = new SpriteBatch();
// Font from https://www.fontspace.com/roll-accurate-font-f32330
font = generateFontFromTTFFile("RollAccurate-mvrx.ttf");
// Camera size set to main menu dimensions: portrait mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment