Drop useless Main file
This commit is contained in:
parent
c768073503
commit
d6b042f2a4
@ -3,5 +3,5 @@
|
|||||||
-lib heaps:git:https://github.com/HeapsIO/heaps.git
|
-lib heaps:git:https://github.com/HeapsIO/heaps.git
|
||||||
-lib tiledhx
|
-lib tiledhx
|
||||||
-lib hxyarn
|
-lib hxyarn
|
||||||
-main Main
|
-main Game
|
||||||
-lib domkit
|
-lib domkit
|
||||||
|
@ -196,4 +196,8 @@ class Game extends hxd.App {
|
|||||||
root.scene = gs;
|
root.scene = gs;
|
||||||
style.addObject(gs.getH2dObject());
|
style.addObject(gs.getH2dObject());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static function main() {
|
||||||
|
new Game();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
class Main {
|
|
||||||
static function main() {
|
|
||||||
new Game();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user