add missing methods to the OOP wrapper

This commit is contained in:
MihailRis
2024-11-15 03:13:44 +03:00
parent a8388a6243
commit a7404c2637
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -39,4 +39,5 @@ function on_hud_render()
note:update_settings({
color={math.sin(time.uptime() * 12) * 0.5 + 0.5, 0, 0, 1}
})
note:set_axis_x({math.sin(time.uptime()), 0, math.cos(time.uptime())})
end