some updates

This commit is contained in:
Kade M
2021-06-16 13:52:04 -07:00
parent d103f5f507
commit 4454a25d5b
13 changed files with 812 additions and 610 deletions

7
source/GameDimensions.hx Normal file
View File

@ -0,0 +1,7 @@
package;
class GameDimensions
{
public static var width:Int = 1280;
public static var height:Int = 720;
}