All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:37, 17 February 2025 Razzi talk contribs created page Blog: 2025-02-17 (Created page with "Here's that gamemaker snippet <pre> if keyboard_check(vk_up) { motion_add(image_angle, 0.05) } if keyboard_check(vk_left) { image_angle += 5 } if keyboard_check(vk_right) { image_angle -= 5 } </pre> Which I got in a very quine way... thumb|alt=gamemaker window where I show_debug_message(@"...") the source code of my step function")