rename game
This commit is contained in:
parent
d2e0901df6
commit
d845ffcd44
BIN
game.class
BIN
game.class
Binary file not shown.
14
game.ctxt
14
game.ctxt
@ -8,16 +8,4 @@ comment2.target=void\ settings()
|
||||
comment2.text=---------------Methoden------
|
||||
comment3.params=
|
||||
comment3.target=void\ draw()
|
||||
comment4.params=x\ y\ b\ h\ HALF_PI\ PI
|
||||
comment4.target=void\ _arc(float,\ float,\ float,\ float,\ float,\ float)
|
||||
comment5.params=r\ g\ b
|
||||
comment5.target=void\ _fill(int,\ int,\ int)
|
||||
comment6.params=b
|
||||
comment6.target=void\ _fill(int)
|
||||
comment7.params=x\ y\ b\ h
|
||||
comment7.target=void\ _rect(float,\ float,\ float,\ float)
|
||||
comment8.params=x\ y\ b\ h
|
||||
comment8.target=void\ _ellipse(float,\ float,\ float,\ float)
|
||||
comment9.params=x
|
||||
comment9.target=float\ _random(float)
|
||||
numComments=10
|
||||
numComments=4
|
||||
|
||||
@ -22,4 +22,8 @@ public class Game extends PApplet{
|
||||
size(10 * cellSize, 10*cellSize);
|
||||
}
|
||||
|
||||
|
||||
public void draw() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,21 +1,21 @@
|
||||
#BlueJ package file
|
||||
dependency1.from=render
|
||||
dependency1.to=Game
|
||||
dependency1.from=game
|
||||
dependency1.to=Render
|
||||
dependency1.type=UsesDependency
|
||||
editor.fx.0.height=739
|
||||
editor.fx.0.width=816
|
||||
editor.fx.0.x=552
|
||||
editor.fx.0.y=98
|
||||
objectbench.height=93
|
||||
objectbench.width=760
|
||||
objectbench.height=183
|
||||
objectbench.width=1896
|
||||
package.divider.horizontal=0.6
|
||||
package.divider.vertical=0.8
|
||||
package.editor.height=393
|
||||
package.editor.width=649
|
||||
package.editor.x=41
|
||||
package.editor.y=220
|
||||
package.frame.height=600
|
||||
package.frame.width=800
|
||||
package.divider.vertical=0.79957805907173
|
||||
package.editor.height=751
|
||||
package.editor.width=1785
|
||||
package.editor.x=0
|
||||
package.editor.y=0
|
||||
package.frame.height=1048
|
||||
package.frame.width=1936
|
||||
package.numDependencies=1
|
||||
package.numTargets=2
|
||||
package.showExtends=true
|
||||
@ -27,16 +27,16 @@ readme.width=49
|
||||
readme.x=10
|
||||
readme.y=10
|
||||
target1.height=70
|
||||
target1.name=Game
|
||||
target1.name=game
|
||||
target1.showInterface=false
|
||||
target1.type=ClassTarget
|
||||
target1.width=120
|
||||
target1.x=290
|
||||
target1.y=40
|
||||
target1.x=130
|
||||
target1.y=10
|
||||
target2.height=70
|
||||
target2.name=render
|
||||
target2.name=Render
|
||||
target2.showInterface=false
|
||||
target2.type=ClassTarget
|
||||
target2.width=120
|
||||
target2.x=100
|
||||
target2.y=200
|
||||
target2.x=10
|
||||
target2.y=90
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user