bonzaiferroni
bonzaiferroni
It would be nice to be able to assign unique colors to different players on the map. For example, you could assign blue to all your allies so that they...
One thing that is missing is a way to view your own rooms, as well as browse the rooms/info of other players. I'd like to create a PlayerInfo side panel...
RoomInfo panel needs controls to spawn NPC invaders in owned rooms
There was a discussion in #typescript about the use of declaration files and we came to the conclusion that putting all the typings in index.d.ts is not very good practice...
I've been trying to assign the `flex-grow` style like this: ```kt div("peanut butter jelly time") { background = Background(Color("green")) fontSize = 32.px flexGrow = 1 fontFamily = "Times New Roman"...