Update as of 8.08.2021:
- Hid the bookmarks bar and fine-tuned some header styles.
If you want to add your own style to Slack, here's how.
I dunno what happened. I just wanted to try something sporty/future-y, I guess. Code for this is directly below.
| # SPDX-License-Identifier: Unlicense or CC0 | |
| extends Node2D | |
| # Smooth panning and precise zooming for Camera2D | |
| # Usage: This script may be placed on a child node | |
| # of a Camera2D or on a Camera2D itself. | |
| # Suggestion: Change and/or set up the three Input Actions, | |
| # otherwise the mouse will fall back to hard-wired mouse | |
| # buttons and you will miss out on alternative bindings, | |
| # deadzones, and other nice things from the project InputMap. |
Update as of 8.08.2021:
If you want to add your own style to Slack, here's how.
I dunno what happened. I just wanted to try something sporty/future-y, I guess. Code for this is directly below.