This commit is contained in:
2025-12-19 16:42:40 -06:00
parent 4bdbde52a0
commit 45e2fc7f2c
50 changed files with 481 additions and 60612 deletions

View File

@@ -7,7 +7,7 @@ var math = use('math/radians')
input.watch($self)
// Create SDL video actor
var video_actor = use('sdl/video');
var video_actor = use('sdl3/video');
var window_id = null;
var renderer_id = null;