Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

ScrollingCounter

An asset by corpsinhere
The page banner background of a mountain and forest
ScrollingCounter hero image

Quick Information

0 ratings
ScrollingCounter icon image
corpsinhere
ScrollingCounter

An animated widget which displays points by scrolling like an odometer.• Simple to use: one gdscript (and one default digit image)• Counter will resize to fit a custom digit image• Supports negative numbers• Scrolls at any speed - too fast --> fake counting: larger digits count while smaller just spin• Count by point (e.g. 10 points/sec) or by chunk (e.g. 105 or 3200 will be counted in same amount of time)• See a demo here: https://corpsinhere.itch.io/scrollingcounter

Supported Engine Version
4.3
Version String
1.01
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL

ScrollingCounterReadMe.txt

An animated widget which displays points by scrolling like an odometer.

• Simple to use: one gdscript (and one default digit image) • Counter will resize to fit a custom digit image • Supports negative numbers • Scrolls at any speed - too fast --> fake counting: larger digits count while smaller just spin • Count by point (e.g. 10 pointes/sec) or by chunk (e.g. 105 or 3200 will be counted in same amount of time)

How to use:

  • Put scrolling_counter.gd anywhere (or leave it in the addons folder)
  • A counter can be created in code using ScrollingCounter.new() and then callling ScrollingCounter.initalization() to customize size and image
  • Or add as a new node in the editor by searching for ScrollingCounter
  • A digit image is required: -- If you leave digit_image.png in addons/ScrollingCounter it will find and use that image -- Alternatively an image can be supplied via ScrollingCounter.initialization() -- An image can also be dropped on a ScrollingCounter node in the editor via the exported digit_image variable

Demo: You can run the demo scene in godot or on itch: https://corpsinhere.itch.io/scrollingcounter

Acknowledgments:

An animated widget which displays points by scrolling like an odometer.

• Simple to use: one gdscript (and one default digit image)
• Counter will resize to fit a custom digit image
• Supports negative numbers
• Scrolls at any speed - too fast --> fake counting: larger digits count while smaller just spin
• Count by point (e.g. 10 points/sec) or by chunk (e.g. 105 or 3200 will be counted in same amount of time)
• See a demo here: https://corpsinhere.itch.io/scrollingcounter

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
ScrollingCounter icon image
corpsinhere
ScrollingCounter

An animated widget which displays points by scrolling like an odometer.• Simple to use: one gdscript (and one default digit image)• Counter will resize to fit a custom digit image• Supports negative numbers• Scrolls at any speed - too fast --> fake counting: larger digits count while smaller just spin• Count by point (e.g. 10 points/sec) or by chunk (e.g. 105 or 3200 will be counted in same amount of time)• See a demo here: https://corpsinhere.itch.io/scrollingcounter

Supported Engine Version
4.3
Version String
1.01
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers