video attempt 3

This commit is contained in:
Synthasmagoria 2026-09-23 16:14:29 +02:00
commit 516ec02eb1
3 changed files with 17 additions and 8 deletions

View file

@ -1,4 +1,4 @@
set OUT="..\..\project\extensions\exK3PlusProjectileEffectManager\libk3plus_projectile_effect_manager.dll"
set EXTENSION="..\..\project\extensions\exK3PlusProjectileEffectManager\exK3PlusProjectileEffectManager.yy"
set OUT="<PATH TO GAMEMAKER EXTENSION FOLDER>\libk3plus_projectile_effect_manager.dll"
set EXTENSION="<PATH TO GAMEMAKER EXTENSION RESOURCE>"
odin build . -build-mode:shared -target:windows_amd64 -o:speed -out:%OUT%
..\bin\regenerate_extension.exe . %EXTENSION%