add missing luals fields to GameObject
This commit is contained in:
parent
2e73c6c332
commit
465258b240
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
|||
---@field y number
|
||||
---@field opts table|nil
|
||||
---@field super GameObject
|
||||
---@field id string
|
||||
---@field dead boolean
|
||||
---@field timer Timer
|
||||
---@field collider table|nil
|
||||
local GameObject = Object:extend()
|
||||
|
||||
---Instantiates game object
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue