python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
use free texture packer for phaser3
I'm using phaser3 and free texture packer, is it possible to do that? if yes please tell me how?
I tried to use addAtlasJSONHash but it was logging that this function is undefined, so I tried game.add...
5alidshammout
Votes: 0
Answers: 2
Implementation of a function to check who wins on a TicTacToe game
This is my first approach to programming and I'm trying to create a TicTacToe game.At the moment, I'm doing a function that checks if a winning play is happening, but I'm sure that there are better wa...
Daiana Terranova
Votes: 0
Answers: 1
How to set vCam orthographic size relative to velocity?
I'm trying to make it so that when my player velocity increases, the virtual follow cam orthographic size increases and when the player velocity decreases, the orthographic size decreases. When I try ...
Harry Bouch
Votes: 0
Answers: 2
Why is my spawn actor only working once when in a for loop? UE4
Im trying to set up when I go through a collision it checks how many current players there are then times them by 2, when I print out the math is correct however it only ever adds one to the actual co...
Kevin Nisbet
Votes: 0
Answers: 1