godot-plateformer/_player/bbp_player.tres

24 lines
734 B
Plaintext
Raw Normal View History

2025-12-29 11:54:31 +08:00
[gd_resource type="BlackboardPlan" format=3 uid="uid://nlw7rxugv5uh"]
[resource]
var/want_to_jump/name = &"want_to_jump"
var/want_to_jump/type = 1
var/want_to_jump/value = false
var/want_to_jump/hint = 0
var/want_to_jump/hint_string = ""
var/had_jump/name = &"had_jump"
var/had_jump/type = 1
var/had_jump/value = false
var/had_jump/hint = 0
var/had_jump/hint_string = ""
var/is_dashing/name = &"is_dashing"
var/is_dashing/type = 1
var/is_dashing/value = false
var/is_dashing/hint = 0
var/is_dashing/hint_string = ""
var/lock_direction_changed/name = &"lock_direction_changed"
var/lock_direction_changed/type = 1
var/lock_direction_changed/value = false
var/lock_direction_changed/hint = 0
var/lock_direction_changed/hint_string = ""