issues
search
nafeu
/
multiplayer-td
Multiplayer tower defense experiment in Phaser
3
stars
0
forks
source link
Use Entity.ts organization pattern over index.ts
#7
Closed
nafeu
closed
2 years ago
nafeu
commented
2 years ago
Update code organization pattern to use
Entity.ts
instead of
index.ts
Rename instance of
Scene
class to
Game
and put in
scenes/Game.ts
, this is to make way for future scenes such as
Menu
and
Options
Entity.ts
instead ofindex.ts
Scene
class toGame
and put inscenes/Game.ts
, this is to make way for future scenes such asMenu
andOptions