Functioning egg

This commit is contained in:
Jakub 2026-05-17 11:21:33 +08:00
parent c0f8635b0b
commit 41ac387ad0
8 changed files with 37 additions and 16 deletions

View file

@ -1,10 +1,10 @@
(module (engine drawing) ()
(module (imugi drawing) ()
(import scheme
(chicken base)
(chicken module)
raylib
(engine guards)
(engine math)
(imugi guards)
(imugi math)
(srfi 4)
(srfi 99))
@ -282,4 +282,4 @@
(number->integer (v-y pos-vec))
size
(use-color tint)))
)
)