TrustedUser
2,147
edits
m |
(→Examples: Fix syntax highlighting) |
||
Line 32: | Line 32: | ||
The following code will shake the screen five times whenever the player enters this room: | The following code will shake the screen five times whenever the player enters this room: | ||
< | <source lang="cpp"> | ||
#include "defines.txt" | #include "defines.txt" | ||
Line 46: | Line 46: | ||
shake.screen(5); | shake.screen(5); | ||
} | } | ||
</ | </source> | ||
== Technical Information == | == Technical Information == |