[ascii] flixel backend example
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package asciilib.backends.flixel;
|
||||
|
||||
import asciilib.GraphicsBackend;
|
||||
import asciilib.Graphics;
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class FlxGraphicsBackend implements GraphicsBackend {}
|
@@ -0,0 +1,3 @@
|
||||
(defnew [] [:Int a 5])
|
||||
(defmethod :Void initialize [:String title :Int width :Int height :Int letterWidth :Int letterHeight] 0)
|
||||
(defmethod :Void draw [:Graphics graphics] 0)
|
Reference in New Issue
Block a user