quantumde1 6 hari lalu
induk
melakukan
723c918490
3 mengubah file dengan 7 tambahan dan 5 penghapusan
  1. 2 2
      conf/settings.conf
  2. 1 1
      source/app.d
  3. 4 2
      source/variables.d

+ 2 - 2
conf/settings.conf

@@ -1,4 +1,4 @@
-TITLE:Remember11 - Self Chapter
+TITLE:Remember11 -the age of infinity-
 MENU_SCRIPT:scripts/menu.lua
 SCRIPT:scripts/SA00.lua
 DIALOG_END_INDICATOR:res/misc/circle.png
@@ -9,4 +9,4 @@ DEV_SCREEN_WIDTH:1344
 DEV_SCREEN_HEIGHT:1008
 SCREEN_WIDTH:1280
 SCREEN_HEIGHT:960
-DEFAULT_FULLSCREEN:false
+DEFAULT_FULLSCREEN:false

+ 1 - 1
source/app.d

@@ -4,7 +4,7 @@ import raylib;
 //local imports
 import graphics.engine;
 
-void main(string[] args)
+void main()
 {
     validateRaylibBinding();
     debug {

+ 4 - 2
source/variables.d

@@ -78,8 +78,6 @@ TextureEngine[] backgroundTextures;
 
 SystemSettings systemSettings;
 
-int currentGameState = 1;
-
 Font textFont;
 
 Music music;
@@ -148,6 +146,10 @@ int currentFrame = 0;
 
 int currentChoiceCharIndex = 0;
 
+int currentGameState = 1;
+
+/* ubyte values */
+
 ubyte animationAlpha = 127;
 
 /* lua */