Skip to content

darkosiel/bropixel-bowling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<-------------------------------> Add these two lines to your core\shared.lua:

["bowlingball"] = {
	["name"] = "bowlingball", 			 	
	["label"] = "Bowling Ball", 	    
	["weight"] = 150, 		
	["type"] = "item", 		
	["expire"] = 999,		
	["image"] = "bowlingball.png", 	    	
	["unique"] = false,   	
	["useable"] = true, 	
	["shouldClose"] = true,    
	["combinable"] = nil,   
	["description"] = "Magic"
},
["bowlingreceipt"] = {
	["name"] = "bowlingreceipt", 			 	
	["label"] = "Bowling Recepit", 	    
	["weight"] = 150, 		
	["type"] = "item", 		
	["expire"] = 999,		
	["image"] = "bowlingreceipt.png", 	    	
	["unique"] = false,   	
	["useable"] = true, 	
	["shouldClose"] = true,    
	["combinable"] = nil,   
	["description"] = "Magic"
},


Drag the icons from the folder "Icons" to your inventory icons folder!

Enjoy!

~ Made by BroPixel Scripts | [discord.gg/a7XeGhpdpb] ~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 89.6%
  • HTML 10.4%