Skip to content

Instantly share code, notes, and snippets.

@pixels4nickels
Created November 18, 2012 17:53
Show Gist options
  • Save pixels4nickels/4106507 to your computer and use it in GitHub Desktop.
Save pixels4nickels/4106507 to your computer and use it in GitHub Desktop.
nmml for createjs haxelib
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Prototype" package="com.p4n.prototype" version="1.0.0" company="fubard" />
<app main="Main" file="Main" path="bin" />
<window width="800" height="600" unless="mobile" />
<window fps="30" />
<source path="src" />
<haxelib name="createJS" />
<template path="assets/template" rename="../bin"/>
<assets path="assets/js" rename="js"/>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment