material-maker/material_maker/main_window_layout.gd

10 lines
121 B
GDScript3
Raw Normal View History

extends HSplitContainer
func _on_Left_dragged(offset):
print(offset)
func _on_Right_dragged(offset):
print(offset)