Search found 42 matches

by Crossing
Tue Jul 21, 2015 5:39 am
Forum: Support and Development
Topic: random drops
Replies: 12
Views: 4103

random drops

Hello, So im trying to create a random drop system based on rarity. Ex: fish a = rarity 1 fish b = rarity 2 So on until rarity 7. Now this is my first time coming up with such a system Now in each rarity will be multiple items. I plan on having two parts to the system, the first deciding what rarity...
by Crossing
Wed Jul 15, 2015 7:22 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11429

Re: The Costal Life

Concept Avatar
Concept2.png
Concept2.png (1.48 KiB) Viewed 8137 times
The Map Made in paint :)
map.png
map.png (5.03 KiB) Viewed 8053 times
by Crossing
Wed Jul 15, 2015 7:21 pm
Forum: Games and Creations
Topic: The Salty Sea
Replies: 13
Views: 11429

The Salty Sea

http://i1279.photobucket.com/albums/y523/textcraft/Aug%202016%20-%202/c16605b42d049cb3841462ac1e891f77dcfd4c06b2b77c7bb1161775e2871009ffe531b5f06d2907da39a3ee5e6b4b0d3255bfef95601890afd8070902df_zpsvnxsbg4w.png I've always been a fan of sandbox games, changing the world and all of that good stuff s...
by Crossing
Wed Jul 15, 2015 7:11 pm
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85344

Re: [tool] LoveToAndroid - .love to .apk without thinking

Okay great. Ill try it out when i get home.
by Crossing
Wed Jul 15, 2015 7:09 pm
Forum: Support and Development
Topic: First time with LÖVE
Replies: 4
Views: 2714

Re: First time with LÖVE

Whenever i get off from work ill try to find some of mine. It will be 4-5 hours though.
by Crossing
Wed Jul 15, 2015 5:02 am
Forum: Support and Development
Topic: First time with LÖVE
Replies: 4
Views: 2714

Re: First time with LÖVE

First, welcome to LÖVE. Second, whenever you need help it better to upload a .love file so we can look through your code. To create boundarys is pretty simple, a picture is a square. Squares have 4 points. Top left point - x,y Top right - x+width,y Bottom left - x,y+height Bottom right - x+width,y+h...
by Crossing
Wed Jul 15, 2015 4:27 am
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85344

Re: [tool] LoveToAndroid - .love to .apk without thinking

Just a stupid question.

Does this bypass having to install sdk, jdk, ndk, ant apache and whatever else?

Havent had wifi in awhile i downloaded love using my phone and transfered it over to my pc. I really have no way of installing stuff.
by Crossing
Tue Jul 07, 2015 2:53 am
Forum: General
Topic: LOVE users map
Replies: 182
Views: 118383

Re: LOVE users map

Galveston, Texas, United States
by Crossing
Sat May 16, 2015 10:38 pm
Forum: Support and Development
Topic: [OP WAS DUMB] My For loop has a mind of it's own!
Replies: 3
Views: 1522

Re: My For loop has a mind of it's own!

for i = #self.buttons, 1, -1 do if self.buttons .is_active then table.remove(self.buttons, i) end end so im newer to lua and love2d, but my question is can you go in a negative step? also can you go from a higher number down to 1? why not just go up from 1 to #self.buttons with a step of 1?
by Crossing
Sun Mar 22, 2015 1:09 am
Forum: Support and Development
Topic: .love file
Replies: 5
Views: 2471

Re: .love file

Haha, thats stupid. Thank you so much :) its working now.