Commit Graph

8 Commits

Author SHA1 Message Date
admin c8e81e4f48 moved bucket to the playercontroller, changed tweenStages to a list of pegactions, so processtween takes in actions and builds off of that so that movement/actions priority will line up properly. change tweenstages key to be priority:loop. added category to actions to divide into movement vs action 2026-06-30 02:46:00 -04:00
admin 982c3e6786 added friendly and neutral peg, added disposition 2026-06-29 18:11:28 -04:00
admin ebdff1b200 undergoing a shift to change movement into another action that a peg can perform and giving pegs a list of actions order by priority 2026-06-29 02:43:25 -04:00
admin f6c54e0730 some formatting - note, i need to still fix attacks not starting / ending in the right spot, since an attack might be initiated from one cell then called while peg is at another cell 2026-06-26 16:46:16 -04:00
admin 2529d01ff4 cleared up issue with pathing, but still an issue with attacks? 2026-06-26 02:52:08 -04:00
admin 350d2bc4d1 adding in some example pegs and their actions. organizing folders, still working on pathing for some reason it won't move sometimes, and causes the looping to break 2026-06-26 02:36:01 -04:00
admin fc32baa071 switching up some more clicking 2026-06-25 18:11:43 -04:00
admin 37da9a4e84 altering enemies into peg to open up for the future with hostile and friendly pegs. made some changes to the pathfinding. starting to add a mouse handler that will more easily handle single and double clicks, and holds. Enemy controller becomes peg controller and will handle all peg interactions 2026-06-25 16:31:13 -04:00