INIT
This commit is contained in:
7
levels/level_1/level_1.gd
Normal file
7
levels/level_1/level_1.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Node2D
|
||||
|
||||
@export
|
||||
var mouse_cursor: Texture2D
|
||||
|
||||
func _ready() -> void:
|
||||
Input.mouse_mode = Input.MOUSE_MODE_HIDDEN
|
||||
Reference in New Issue
Block a user