Created
November 18, 2012 17:53
-
-
Save pixels4nickels/4106507 to your computer and use it in GitHub Desktop.
nmml for createjs haxelib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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