diff options
| author | the lemons <citrons@mondecitronne.com> | 2022-08-27 02:49:55 -0500 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2022-08-27 02:50:27 -0500 |
| commit | a96780e04d22c916921be996a6b99487efc4e569 (patch) | |
| tree | c83eec2efa53b4f54b56bc0fd750c0c5ad46c920 /Bolvis.lua | |
| parent | 0e89c14698023c50001fb820c82f2f59b0730b03 (diff) | |
store the current camera as an attribute of the world
Diffstat (limited to 'Bolvis.lua')
| -rw-r--r-- | Bolvis.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ local Hand = component( function Bolvis:init(inst) inst.hand = self.obj.world:object(Hand {bolvis = self.obj}) inst.camera = self.obj.world:object(Camera {following = self.obj}) + inst.camera[Camera]:use() inst.blink = 10 end |
