mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
Added a SlotTypes Enum.
This commit is contained in:
parent
a13908fcec
commit
2eb6f789dd
@ -2,6 +2,15 @@ tool
|
||||
class_name MMNode
|
||||
extends Resource
|
||||
|
||||
enum SlotTypes {
|
||||
SLOT_TYPE_NONE = -1,
|
||||
SLOT_TYPE_IMAGE = 0,
|
||||
SLOT_TYPE_INT = 1,
|
||||
SLOT_TYPE_FLOAT = 2,
|
||||
SLOT_TYPE_VECTOR2 = 3,
|
||||
SLOT_TYPE_VECTOR3 = 4,
|
||||
}
|
||||
|
||||
export(Vector2) var graph_position : Vector2 = Vector2()
|
||||
|
||||
func recalculate_image(material, slot_idx : int) -> ImageTexture:
|
||||
|
Loading…
Reference in New Issue
Block a user