Search found 3 matches
- Sun Aug 05, 2012 6:00 am
- Forum: Support and Development
- Topic: help with moving entities
- Replies: 4
- Views: 2794
Re: help with moving entities
Thank you both so much! I talked with a friend a bit and he helped me figure some of it out, but your code helped finalize the understanding in my head. Now my problem is that I want my tile/sprite to move EXACTLY the tile size (32x32) when I press a directional key. 1 press of "right" = a...
- Sat Aug 04, 2012 12:55 am
- Forum: Support and Development
- Topic: help with moving entities
- Replies: 4
- Views: 2794
help with moving entities
I want to preface this post with two apologies. One for the inevitable "why couldn't you find this via the search option?" comments, and the other for being such a massive n00b, not only at LOVE/Lua itself, but at programming/coding universally. Ive been following the Goature youtube video...
- Fri Jul 13, 2012 1:08 am
- Forum: Libraries and Tools
- Topic: RPG Tile demo update
- Replies: 17
- Views: 11905
Re: RPG Tile demo update
So I'm really new to LOVE and anything that it entails, but please forgive my horribly basic question/s. I got LOVE and started seeing what i was able to make happen from the tutorials on the wiki. I got the keypressed functions to work decently, but when I tried to get a simple tile map made, it ju...