JaveScript sources in this repository must satisfy the following standards.
JavaScript sources in this repository must satisfy ESLint under
the eslint:recommended rule set.
JaveScript sources in this repository must satisfy the following standards.
JavaScript sources in this repository must satisfy ESLint under
the eslint:recommended rule set.
| <!DOCTYPE html> | |
| <html> | |
| <head lang="en"> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| <script type="text/javascript" | |
| src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"> | |
| </script> | |
| <script type="text/javascript"> | |
| var app = angular.module('bug', []); |
| #include "SDL.h" | |
| #include "SDL_image.h" | |
| #include "SDL_rotozoom.h" | |
| #ifdef EMSCRIPTEN | |
| #include "emscripten.h" | |
| #endif | |
| SDL_Surface *screen; | |
| SDL_Surface *sprite[4]; |