Search found 3 matches
- Tue Feb 02, 2021 5:59 pm
- Forum: Support and Development
- Topic: noobie stuck at beginning. Need help!
- Replies: 4
- Views: 4331
Re: noobie stuck at beginning. Need help!
I start learning lua. love.graphics.setBackgroundColor(244/255, 100/255, 100/255) love.graphics.setColor(233/255, 0, 233/255) The reasoning for this is: The Function setColor or setBackgroundColor wants Numbers between 0 and 1, not 0 to 255 as its Parameters. See Documentation: https://love2d.org/w...
- Mon Feb 01, 2021 10:29 pm
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1815
- Views: 1811839
Re: What's everyone working on? (tigsource inspired)
Working on this Masterpiece: https://www.youtube.com/watch?v=CiPZ6_BJL8U
Messing around with Box2D. Learned it yesterday. Making progress so far and just trying to add as many Features before the Code blows up.
Messing around with Box2D. Learned it yesterday. Making progress so far and just trying to add as many Features before the Code blows up.
- Fri Jan 15, 2021 3:15 pm
- Forum: Games and Creations
- Topic: Tic Tac Toe [WIP] - First Game
- Replies: 4
- Views: 9030
Tic Tac Toe [WIP] - First Game
Tic Tac Toe - Version 1.2 I've messing around with Love Lua for some Time now, and just wanted to get some Feedback on my Coding Style (Hobby Programmer all self taught). Here is my first Submission to the Community. It's a simple 2D Clone of TicTacToe, nothing to complicated. All Libraries are wri...