summaryrefslogtreecommitdiff
path: root/source/game/components/CameraFollow.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/components/CameraFollow.cs')
-rw-r--r--source/game/components/CameraFollow.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/game/components/CameraFollow.cs b/source/game/components/CameraFollow.cs
new file mode 100644
index 0000000..d6ae2f7
--- /dev/null
+++ b/source/game/components/CameraFollow.cs
@@ -0,0 +1,5 @@
+namespace Celesteia.Game.Components {
+ public class CameraFollow {
+ public float Weight = 1f;
+ }
+} \ No newline at end of file