Zed A. Shaw
|
fff182b457
|
Refactored out the main_loop so that it's not tightly coupled inside builder, and in the process found I was accidentally copying GUI and GameEngine because Builder wasn't using a &ref for them. Now they don't have a copy constructor to catch that.
|
2024-09-10 04:38:21 -04:00 |
|
Zed A. Shaw
|
a7c5de6ac3
|
Builder is now using the FSM I wrote. Still not as clean as I like but big improvement.
|
2024-09-10 01:56:22 -04:00 |
|
Zed A. Shaw
|
dcf1a4020d
|
Extract the FSM before beginning to use it.
|
2024-09-10 00:32:15 -04:00 |
|