1
0

Fix fontTableFile

This commit is contained in:
otya128
2017-07-08 17:25:40 +09:00
parent 025bafa64d
commit 18719c0c17

View File

@@ -241,7 +241,7 @@ class PetitComputer
static const string fontFile = resourcePath ~ "/font.png";
static const string spriteFile = resourcePath ~ "/defsp.png";
static const string BGFile = resourcePath ~ "/defbg.png";
static const string fontTableFile = resourcePath ~ "/fonttable.txt";
static const string fontTableFile = "./fonttable.txt";
int screenWidth;
int screenHeight;
int screenWidthDisplay1;