Basic animations for base drone model
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends Drone
|
||||
|
||||
func primary_action() -> float:
|
||||
return -1
|
||||
|
||||
func secondary_action() -> float:
|
||||
return -1
|
||||
|
||||
func model_ability() -> float:
|
||||
return -1
|
||||
Reference in New Issue
Block a user