diff options
| author | the lemons <citrons@mondecitronne.com> | 2023-04-24 15:20:36 -0500 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2023-04-24 15:20:36 -0500 |
| commit | 425c5dae3521479a694528dff33d32989662dda7 (patch) | |
| tree | 5623e58763c41bd6a3c2e86691295751e21326b3 /main.lua | |
| parent | 0d2f8775b11b604adc0f9adf73c8f6379e075ad5 (diff) | |
obj:avel_to_accel (broken)
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ for i = 1, 100 do end obj.new("test", {0, 0}) - -obj.new("heav_object", {100, 0}) +obj.new("x", {0, 60}, {avel = 100}) +obj.new("heav_object_2", {100, 60}) local function window_scale() local w, h = love.graphics.getDimensions() |
