Difference between revisions of "AGIWiki/shake.screen"

Jump to navigation Jump to search
m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
(→‎Examples: Fix syntax highlighting)
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(One intermediate revision by the same user not shown)
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">
<syntaxhighlight lang="cpp">
   #include "defines.txt"
   #include "defines.txt"


Line 46: Line 46:
       shake.screen(5);
       shake.screen(5);
   }
   }
</source>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
TrustedUser
2,147

edits

Navigation menu