|
987c86fae9
|
mv World & Scene to SneakWorld & SneakScene.
|
2020-07-15 15:17:19 -04:00 |
|
|
c28f21eef5
|
Player: partial refactor to use FSM for player state-tracking.
|
2020-03-25 17:04:58 -04:00 |
|
|
ec8c24e5b6
|
FSM: deal with IStates directly, don't parametrize on an input type.
|
2020-03-25 15:16:31 -04:00 |
|
|
473256d105
|
make some classes static and some fields readonly
|
2020-03-09 12:48:10 -04:00 |
|
|
8720896e87
|
make top-level classes public
|
2020-03-09 12:22:33 -04:00 |
|
|
392495a61e
|
remove unneeded timeInState calc & redundant "string?" annotation
|
2020-03-06 14:20:17 -05:00 |
|
|
0f8d9c2814
|
FSM / Player / NPCs now get World as an argument to Update()
|
2020-03-06 12:28:58 -05:00 |
|
|
1b124f84df
|
FSM now takes a type parameter so that we can use FSM with other classes.
|
2020-03-06 12:16:33 -05:00 |
|
|
3c4e63ada0
|
Add basic FSM & use it from NPC.
|
2020-03-05 17:39:17 -05:00 |
|