Differences From Artifact [398e5608de]:
- File src/Cube.mm — part of check-in [003b06901f] at 2025-03-05 21:55:28 on branch trunk — Clean up console output functions (user: js, size: 8741) [annotate] [blame] [check-ins using]
To Artifact [00adf80d1c]:
- File src/Cube.mm — part of check-in [31ef5be209] at 2025-03-05 22:24:16 on branch trunk — Clean up key mapping (user: js, size: 8719) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - | // main.cpp: initialisation & main loop #include "cube.h" OF_APPLICATION_DELEGATE(Cube) VARF(gamespeed, 10, 100, 1000, if (multiplayer()) gamespeed = 100); VARP(minmillis, 0, 5, 1000); @implementation Cube { int _width, _height; |
︙ |