This website requires JavaScript.
Explore
Help
Sign In
botaccount
/
limboai
mirror of
https://github.com/limbonaut/limboai.git
Watch
1
Star
0
Fork
You've already forked limboai
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0c2ee8ba8e
limboai
/
bt
/
actions
/
bt_fail.cpp
8 lines
96 B
C++
Raw
Normal View
History
Unescape
Escape
Add Fail task and missing icons
2022-08-29 11:30:53 +00:00
/* bt_fail.cpp */
#
include
"bt_fail.h"
Use double instead of float when dealing with time
2023-04-10 08:08:11 +00:00
int
BTFail
:
:
_tick
(
double
p_delta
)
{
Add Fail task and missing icons
2022-08-29 11:30:53 +00:00
return
FAILURE
;
}