pass internal size to video

This commit is contained in:
2025-09-22 19:48:46 +02:00
parent 12373e82a0
commit a33c7d5bee
7 changed files with 64 additions and 17 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ build:
.PHONY: run
run: build
./build/$(TARGET) $(TEST_ARGS) --monitor-only --internal-size=240 --hot-reload
./build/$(TARGET) $(TEST_ARGS) --monitor-only --internal-size=480 --hot-reload
.PHONY: demo
demo: build