Search found 2 matches
- Thu Jun 29, 2017 10:42 pm
- Forum: Support and Development
- Topic: (REQUESTING HELP) Water animations.
- Replies: 3
- Views: 2911
Re: (REQUESTING HELP) Water animations.
As Sir_Silver said. This snippet may help you, I'll comment it. local wWidth, wHeight = lg.getDimensions() --I'm creating an object called Sun, and I initialize all its properties. -- I used a lib called classic, that's the entity, you then have to inizialize, update and draw it in your love.load()...
- Wed Jun 28, 2017 8:21 pm
- Forum: Support and Development
- Topic: (REQUESTING HELP) Water animations.
- Replies: 3
- Views: 2911
(REQUESTING HELP) Water animations.
I'm working on a top-down sandbox game, and I'm trying to get animated water working!