Implemented engine

This commit is contained in:
Ivan Grachyov
2021-11-09 22:32:12 +05:00
parent e2c1c4bc88
commit 8a426a1d5c
7 changed files with 182 additions and 46 deletions

View File

@@ -1,3 +1,5 @@
NULL_ENTITY = entity(0)
CURRENT_PLAYER = player()
OWNER = owner()
OWNER = owner()
TICK_INTERVAL = game.getTickInterval()
RAD_TO_RPM = 9.5493