mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 00:10:09 +01:00
fix a nil error at line 22
This commit is contained in:
@@ -9,7 +9,7 @@ extends Node2D
|
||||
|
||||
# Member variables
|
||||
var joy_num
|
||||
var cur_joy
|
||||
var cur_joy = -1
|
||||
var axis_value
|
||||
|
||||
const DEADZONE = 0.2
|
||||
|
||||
Reference in New Issue
Block a user