Search found 7 matches
- Mon Jun 10, 2024 1:37 am
- Forum: Support and Development
- Topic: Help with Inventory system!
- Replies: 11
- Views: 3998
Re: Help with Inventory system!
Thank you for the valuable info! I will go through this as soon as I can and post my work! If anyone needs art please let me know!
- Sat Jun 08, 2024 11:11 am
- Forum: Support and Development
- Topic: Help with Inventory system!
- Replies: 11
- Views: 3998
Re: Help with Inventory system!
Ok..thank you!!! I will go through it as soon as I can! If you need any art please let me know!
- Mon May 27, 2024 7:25 pm
- Forum: Support and Development
- Topic: whats the best way to make general colision detection?
- Replies: 6
- Views: 2754
Re: whats the best way to make general colision detection?
--two tables in love.load! p1 ={x =mx,y =my ,h =40 ,w =42 }--person(4points) d1 ={x =28, y=400, h =75, w =750} --dragon(4points) --check in love.draw if (p1.y + p1.h > d1.y ) and ( p1.y < d1.y + d1.h ) and (p1.x + p1.w > d1.x ) and ( p1.x < d1.x + d1.w ) then love.graphics.print('person and dragon i...
- Mon May 27, 2024 6:39 pm
- Forum: Support and Development
- Topic: Help with Inventory system!
- Replies: 11
- Views: 3998
Re: Help with Inventory system!
This is the another version..I added a desrciption of what im trying to do along with instructions on line 194 in inventory.Gui.lua
- Mon May 27, 2024 6:36 pm
- Forum: Support and Development
- Topic: Help with Inventory system!
- Replies: 11
- Views: 3998
Re: Help with Inventory system!
This is the another version..I added a desrciption of what im trying to do along with instructions on line 194 in inventory.Gui.lua
- Mon May 27, 2024 3:53 pm
- Forum: Support and Development
- Topic: Help with Inventory system!
- Replies: 11
- Views: 3998
Re: Help with Inventory system!
When you click on item it goes into yr mouse pos...like it's in yr hand..I want to be able to delete the card in the table when its in my hand....or thow it at the door to use!!! script (inventoryGui.lua) approximate line 194 I have a comment explaining! Please if you can help in any way! Thank You!...
- Mon May 27, 2024 5:49 am
- Forum: Support and Development
- Topic: Help with Inventory system!
- Replies: 11
- Views: 3998
Help with Inventory system!
I have a inventory(card) system im trying to implement im using a code "snip-it" to start with and have been slowly learning the insides of what makes it work... and im having a problem deleting the cards! I would be thankful for any help! If you need art for your game please let me know! ...