diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-16 21:22:35 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-16 21:22:35 +0100 |
commit | 5bece30f9ad495a0e82097b2c5668e979856fb69 (patch) | |
tree | 82d897004f17dfe06f6453ebc9f244ed0d4d53a7 /src/example | |
parent | ea7beae5974838b6e1727c539b0899ad157bc1fb (diff) |
make format
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/game.cpp b/src/example/game.cpp index b30166e..01a509f 100644 --- a/src/example/game.cpp +++ b/src/example/game.cpp @@ -238,7 +238,7 @@ public: .sorting_in_layer = 2, .order_in_layer = 2, .size = {20, 20}, - .position_offset = {0,-10}, + .position_offset = {0, -10}, }); //add circle with cirlcecollider deactiveated |