generated from sigonasr2/JavaProjectTemplate
Merge branch 'main' of http://sig.projectdivar.com/sigonasr2/PixelEngine
This commit is contained in:
commit
8e13249507
@ -86,6 +86,8 @@ public class JavaProjectTemplate {
|
||||
game.Draw(100,20,Color.BLACK); //That's not a dead pixel, it's a black one!
|
||||
game.Draw_Line(10,10,35,35,Color.BLACK); //Line Drawing
|
||||
|
||||
game.FillCircle(WINDOW_WIDTH/2, WINDOW_HEIGHT/2, 100, Color.BLACK);
|
||||
|
||||
game.Draw_Sprite(450,75,bookSpr,Color.GREEN); //Sprite drawing (with green tint)
|
||||
game.Draw_Sprite(450,75+bookSpr.getHeight(),bookSpr,Transform.VERTICAL); //Sprite drawing with vertical flip
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user