Files
barotrauma-gamefiles/scratch.lua
2025-03-27 17:11:14 +01:00

8 lines
79 B
Lua

capacity = 17
slotsperrow = 0
print(math.sqrt(capacity))
print(slotsperrow)