Posts by Hugo • 13 points
2 posts
-
0
votes1
answer229
viewsA: How do I take this scroll off the screen and make it responsive?
Add this to your Tyles : .container { max-height:100% !important; overflow:hidden; }
-
1
votes1
answer122
viewsQ: Collision Fires Gameover on Unity
I’m developing a game in Unity that consists of building a building made by blocks, and my game has an initial block and the rest of the blocks are all the same and they are generated through code…