commit of blade's bane
This commit is contained in:
parent
7c94312749
commit
133ee9a326
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,7 @@ var lines: int = 0
|
|||
var time: float = 0.0
|
||||
var n: int = 0
|
||||
var debug = false
|
||||
var allow_sword = false
|
||||
|
||||
# cheat code entry
|
||||
var entry_index = 0
|
||||
|
@ -116,3 +117,6 @@ func _enter_code():
|
|||
debug = true
|
||||
"6DOUBLOONS":
|
||||
Debug.print(get_tree().get_nodes_in_group("gold").size())
|
||||
"EVILSBANE":
|
||||
allow_sword = true
|
||||
Input.action_press("sword")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue