Differences From Artifact [aeae4b6df1]:
- File src/Cube.mm — part of check-in [fa4b03aaca] at 2025-03-08 00:48:42 on branch trunk — Migrate more strings (user: js, size: 9142) [annotate] [blame] [check-ins using]
To Artifact [00b4da043c]:
- File src/Cube.mm — part of check-in [6f5dd50626] at 2025-03-08 02:38:40 on branch trunk — Improve clang-format (user: js, size: 9142) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 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); |
︙ |