Skip to content

Commit d224eed

Browse files
committed
Fixed scaling issue in the linear impulse example
1 parent 53af338 commit d224eed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

physics/apply_linear_impulse/game.project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ scale = 0.01
1818
use_fixed_timestep = 1
1919

2020
[html5]
21-
scale_mode = stretch
21+
scale_mode = no_scale
2222

2323
[input]
2424
game_binding = /input/game.input_bindingc
@@ -30,3 +30,4 @@ title = defold-apply-linear-impulse-example
3030
clear_color_red = 0.160156
3131
clear_color_green = 0.164063
3232
clear_color_blue = 0.183594
33+

0 commit comments

Comments
 (0)