From a646fe175c20d9d95c76d28d7f8de88b203a8b94 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Wed, 31 Aug 2022 17:43:57 -0300 Subject: feat Add projection to 2D graphics pipeline --- test/src/main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/src/main.rb b/test/src/main.rb index 6ac0dde..b153a50 100644 --- a/test/src/main.rb +++ b/test/src/main.rb @@ -68,7 +68,7 @@ end def quit() = CandyGear.quit(); def tick() - $sprite.draw(-1.0, -1.0, -0.70, -0.5); + $sprite.draw(1.0, 1.0, 101.0, 101.0); $instances_rotation.rotate(0.0, BOX_ROTATION_SPEED); $instances.each do |i| $model.draw(i, $instances_rotation); -- cgit v1.2.3