Sound FX, major work on set schedule, and some new concepts for items and portraits
This commit is contained in:
13
addons/ReorderableContainer/reorderable_vbox.gd
Normal file
13
addons/ReorderableContainer/reorderable_vbox.gd
Normal file
@@ -0,0 +1,13 @@
|
||||
@tool
|
||||
@icon("Icon/reorderable_vbox_icon.svg")
|
||||
class_name ReorderableVBox
|
||||
extends ReorderableContainer
|
||||
|
||||
func set_vertical(value):
|
||||
value = true
|
||||
super.set_vertical(value)
|
||||
|
||||
|
||||
func _ready():
|
||||
is_vertical = true
|
||||
super._ready()
|
||||
Reference in New Issue
Block a user