Posts by João Ferreira • 76 points
3 posts
-
3
votes1
answer26
viewsA: Video tag controls are not working
The error is in the writing of "scr", the right one would be "src".
-
0
votes1
answer232
viewsQ: Loyalty points system unexpectedly distributed points | Node.js Tmi.js
I am currently developing a chat bot for my Twitch channel. I want to implement a system of loyalty points that are distributed after a while only to those who are present in the chat, so I have to…
node.jsasked João Ferreira 76 -
2
votes1
answer442
viewsQ: C# - How to make an orbital camera around the player?
I’m trying to make a Storyteller game, and I want to make a camera similar to the one in the game Life Is Strange, but the camera only rotates along the X axis. using UnityEngine; using…