mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
10 lines
121 B
GDScript
10 lines
121 B
GDScript
extends HSplitContainer
|
|
|
|
|
|
|
|
func _on_Left_dragged(offset):
|
|
print(offset)
|
|
|
|
func _on_Right_dragged(offset):
|
|
print(offset)
|