summaryrefslogtreecommitdiffhomepage
path: root/app/components/camera.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/camera.rb')
-rw-r--r--app/components/camera.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/components/camera.rb b/app/components/camera.rb
new file mode 100644
index 0000000..dc61bae
--- /dev/null
+++ b/app/components/camera.rb
@@ -0,0 +1,5 @@
+FF::Cmp.new('SingletonCamera',
+ :x, :y,
+ :zoom, :angle)
+
+FF::Cmp::SingletonCamera.new(x: 0.0, y: 0.0, zoom: 1.0, angle: 0.0)