mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Also hackfix Rect2i's icon name .
This commit is contained in:
parent
beb83b286d
commit
4871c46ec0
@ -55,6 +55,7 @@ def make_editor_icons_action(target, source, env):
|
||||
#hack
|
||||
icon_name = icon_name.replace("Vector2I", "Vector2i")
|
||||
icon_name = icon_name.replace("Vector3I", "Vector3i")
|
||||
icon_name = icon_name.replace("Rect2I", "Rect2i")
|
||||
|
||||
icon_name = icon_name.replace("_", "")
|
||||
# some special cases
|
||||
|
Loading…
Reference in New Issue
Block a user