Pacman/game.ctxt
2026-06-25 11:52:34 +02:00

24 lines
746 B
Plaintext

#BlueJ class context
comment0.target=Game
comment1.params=
comment1.target=Game()
comment1.text=---------------Konstruktor---
comment2.params=
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