Change entity collection strategy

This commit is contained in:
Ginger Bill
2016-12-03 00:16:51 +00:00
parent 4bb45700a5
commit 0b87313f08
13 changed files with 368 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
#import "fmt.odin";
#import "game.odin";
main :: proc() {
fmt.println("Hellope");
game.run();
}