Bug Fixes
Player Placement Basic Player Movement
This commit is contained in:
@@ -3,10 +3,9 @@ import "json" for Json
|
||||
import "graphics" for Canvas, Color
|
||||
import "dome" for Window, Process
|
||||
import "math" for Math
|
||||
import "config" for Config
|
||||
import "./config" for Config
|
||||
import "./controls" for Controls
|
||||
import "./game_state" for GameState
|
||||
import "./screens/menu_screen" for MenuScreen
|
||||
|
||||
class Main {
|
||||
construct new() {
|
||||
@@ -15,7 +14,7 @@ class Main {
|
||||
init() {
|
||||
Config.new()
|
||||
__gameState = GameState.new()
|
||||
__gameState.switch(MenuScreen)
|
||||
__gameState.switch("menu")
|
||||
}
|
||||
|
||||
update() {
|
||||
|
||||
Reference in New Issue
Block a user