diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-04 10:06:05 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-04 10:06:05 +0100 |
commit | 1502a7fa2325763d3b752ea7e2fece706dffe13d (patch) | |
tree | 57d141f2d6abfff766904cecdd99703b96c9347c /design.tex | |
parent | 7ff5dd129c2708086c536d6f258e1cf54d2a7293 (diff) |
fix spaces
Diffstat (limited to 'design.tex')
-rw-r--r-- | design.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -994,8 +994,8 @@ public: REGISTER_EVENT_TYPE(PlayerDamagedEvent); - int getDamage() const { return damage; } - int getPlayerID() const { return playerID; } + int getDamage() const { return damage; } + int getPlayerID() const { return playerID; } private: int damage; @@ -1128,7 +1128,7 @@ back if the collided with anything. \pdfpagewidth=\full@class@diag@width% \pdfpageheight=\full@class@diag@height% \AddToShipoutPictureBG*{% - \AtPageUpperLeft{% + \AtPageUpperLeft{% \raisebox{-\full@class@diag@height}{% \usebox\full@class@diag% }% |