python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Phaser3, Creating Rounded Rectangle, Not Staying Put Relative To Window
I'm trying to create a scoreboard using phaser3. It creates the board when I do the following in create function:
this.gr = this.add.graphics();
this.gr.fillStyle(0xffffff, 0.3);
this.gr...

user17712685
Votes: 0
Answers: 1
Edge Collider on Tilemap via Script
I am currently working on a game in Unity and I have a huge problem. I want to draw a level with a tilemap and then move the player on this tilemap. But I want to add an edge collider with the script ...
Jaster_Master
Votes: 0
Answers: 1
Publishing a Webgl project from a specific scene on unity
I am currently new to Unity and I used the Lego microgame tutorial to see how to use Unity. I also did this tutorial about making a menu (https://learn.unity.com/tutorial/lego-mod-customize-menus?proj...

SpicyyRiice
Votes: 0
Answers: 1
Eclipse game window opening very small
Whenever I run my game, the game window opens up very small, like below, how can I fix this. I believe it is something to do with JFrame.setPreferredSize(new Dimension(x,y)); but I don't know where to...
Hasnain
Votes: 0
Answers: 0