github generated gh-pages branch
This commit is contained in:
4
n/.gitignore
vendored
4
n/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
@@ -1,15 +0,0 @@
|
||||
baseview :=
|
||||
{viewBounds: {left: -3, top: 71, right: 138, bottom: 137},
|
||||
viewFlags: 581,
|
||||
declareSelf: 'base,
|
||||
_proto: protoFloatNGo,
|
||||
debug: "baseview"
|
||||
};
|
||||
|
||||
textview := * child of baseview *
|
||||
{text: "Hello World!",
|
||||
viewBounds: {left: 33, top: 24, right: 113, bottom: 46},
|
||||
viewFlags: 579,
|
||||
_proto: protoStaticText,
|
||||
debug: "textview"
|
||||
};
|
||||
@@ -1,3 +0,0 @@
|
||||
void main(String[] args){
|
||||
println("hello world");
|
||||
}
|
||||
Reference in New Issue
Block a user