Drop useless Main file
This commit is contained in:
@ -196,4 +196,8 @@ class Game extends hxd.App {
|
||||
root.scene = gs;
|
||||
style.addObject(gs.getH2dObject());
|
||||
}
|
||||
|
||||
static function main() {
|
||||
new Game();
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +0,0 @@
|
||||
class Main {
|
||||
static function main() {
|
||||
new Game();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user