Skip to content

Commit

Permalink
Merge branch 'part-1' into part-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiltron committed Sep 18, 2016
2 parents 9fceefa + e1960ed commit 7deda1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Kha
Submodule Kha updated from 8f4886 to 0ed6e3
2 changes: 1 addition & 1 deletion Sources/Main.hx
Expand Up @@ -5,7 +5,7 @@ import kha.System;
class Main {

public static function main() {
System.init("KhaShmup", 800, 600, init);
System.init({ title: "KhaShmup", width: 800, height: 600 }, init);
}

private static function init() {
Expand Down
4 changes: 2 additions & 2 deletions khafile.js
@@ -1,6 +1,6 @@
var project = new Project('KhaShmup');
let project = new Project('KhaSmup');

project.addAssets('Assets/**');
project.addSources('Sources');

return project;
resolve(project);

0 comments on commit 7deda1f

Please sign in to comment.