How do I do this???
How do I make a custom editor icon and how do I assign it a number so I can do something like this:
Code: Select all
cloneObject{
name = "note_entity",
baseObject = "script_entity",
editorIcon = ??,
}Code: Select all
cloneObject{
name = "note_entity",
baseObject = "script_entity",
editorIcon = ??,
}It was the first entry in objects.lua in the asset pack (v2)Komag wrote:how/where did you find that?
Code: Select all
defineObject{
name = "party",
class = "Party",
editorIcon = 32,
}