more testing
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"godotTools.editorPath.godot4": "c:\\Program Files\\Godot\\Godot_v4.4-stable_win64.exe\\Godot_v4.4-stable_win64.exe"
|
||||
"godotTools.editorPath.godot4": "/home/derekdz/Godot/Godot_v4.4.1-stable_linux.x86_64"
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
extends Node
|
||||
class_name StateMachine
|
||||
class_name PlayerStateMachine
|
||||
|
||||
@export var player : Player
|
||||
@export var initial_state : State
|
||||
|
||||
var current_state : State
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
extends Node
|
||||
class_name PlayerStateMachine
|
||||
class_name StateMachine
|
||||
|
||||
@export var player : Player
|
||||
@export var initial_state : State
|
||||
|
||||
Reference in New Issue
Block a user