Fix up game clock a bit more so that it correctly requests repaints when remotely controlled, fixed layout issues with Drive Team Rotation Generator, update README

This commit is contained in:
2023-01-30 15:52:21 -06:00
parent c312f4839d
commit 94cd822b0c
5 changed files with 92 additions and 30 deletions

View File

@@ -71,6 +71,10 @@ module TAC
end
end
def particle_count
@particles.size
end
def clock_active!
@clock_active = true
@particles.each(&:clock_active!)