pointcache
pointcache
I mistook the start/play as related to disconnect, testing shows that disconnect is just time related it seems. Like it just falls off after some time
there is a scrollbar in firefox but not in chrome
Ill add it and update the repo when i get the time. Its a imgui style debug dump DrawValue.("name", floatval); called each frame
crazy
Idea: Have a mechanism allowing to read text files in game directory and load data from them as entities on demand. Benefits: - example: will allow to have composition root...
``` csharp < chicken name = "Chicken" [Position] [Creature] max_hp = 90000 attack_dmg = 1 attack = "meelee" range = 1 speed = 1 run_speed = 3 [Animal] type =...