a game about throwing hammers made for the github game off
Diffstat (limited to 'world/camera.gd')
| -rw-r--r-- | world/camera.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/camera.gd b/world/camera.gd new file mode 100644 index 0000000..1977a39 --- /dev/null +++ b/world/camera.gd @@ -0,0 +1 @@ +extends Camera2D |