Fix hitbox record

This commit is contained in:
TakeV 2024-05-24 17:36:51 -04:00
parent 610f8597aa
commit dd5f0ef6f3
Signed by: TakeV
GPG key ID: A64F41345C7400AF

View file

@ -10,7 +10,7 @@
hitbox-height))
(define-record-type <hitbox>
(make-hitbox (entity-id x y width height))
(make-hitbox entity-id x y width height)
hitbox?
(entity-id hitbox-entity-id)
(x hitbox-x)