Posts by Erick GameDev • 1 point
4 posts
-
-2
votes0
answers21
viewsQ: PHP - Require with Folders
I’m running a PHP test (probably the longest test I’ve ever done), where I try to get all the files from a folder, using require, but automatically... My files are like this: PHP-Teste index php.…
-
0
votes2
answers38
viewsA: Doubt: Expressjs no front-end framework?
Sure! Myself, I try to use the minimum of Libraries/Frameworks, and until today I never had any problems. Frameworks are to help you develop Front End... Think about not using framework, making a…
expressanswered Erick GameDev 1 -
0
votes1
answer30
viewsQ: How to pass a JSON to the Express front end
Hello! I was wondering if there’s any way I can get a JSON file to the Front End using Express... I’m using this method: app.use(express.static(__dirname + '/public')); app.get("/", (req, res) =>…
-
-3
votes1
answer37
viewsQ: How can I do the smoothed rotation on Unity?
Hello! I’m testing a 2D, platform-style drive. Basically, I want when the player presses "A," it rotates to the right. I managed to do it, but I want him to turn around, not just out of nowhere he…
unity3dasked Erick GameDev 1