mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
4
Scripts/UI/SpinBoxContextDisabler.gd
Normal file
4
Scripts/UI/SpinBoxContextDisabler.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends SpinBox
|
||||
|
||||
func _ready() -> void:
|
||||
get_line_edit().context_menu_enabled = false
|
Reference in New Issue
Block a user