Difference between revisions of "AGIWiki/shake.screen"

Jump to navigation Jump to search
→‎Examples: Fix syntax highlighting
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:


<syntax type = "C++">
<source lang="cpp">
   #include "defines.txt"
   #include "defines.txt"


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


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

edits

Navigation menu