Skip to content

New extension: FancyScore#611

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
extension/UlisesFreitas/610
Closed

New extension: FancyScore#611
github-actions[bot] wants to merge 1 commit intomainfrom
extension/UlisesFreitas/610

Conversation

@github-actions
Copy link
Contributor

Description

Basically turn 1 into 0001 or 1 into 000001 depending on the length passed as a parameter.
Use a Bitmap text for display the score.
Use a Text for display the score.
Set the number length.

How to use the extension

How to use

  • Use a Bitmap text object for display the score.
  • Use a Text object for display the score.
  • Set the number length. like (4) this will convert 1 into 0001
  • Set the score. (Usually a variable or global variable in your game.)

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Reviewed

Example file

FancyScoreProject.zip

Extension file

FancyScoreExtension.zip

@github-actions github-actions bot requested a review from a team as a code owner September 30, 2022 00:54
@github-actions github-actions bot added the ✨ New extension A new extension label Sep 30, 2022
@github-actions github-actions bot mentioned this pull request Sep 30, 2022
3 tasks
@tristanbob
Copy link
Contributor

This extension should probably be renamed. Something like "PrependZeros".

@D8H D8H added the 🔍 Reviewed extension An extension that is to be reviewed in great detail before merging. label Oct 3, 2022
@D8H
Copy link
Contributor

D8H commented Oct 3, 2022

Every number formatting expressions should be in the same extension to avoid having a lot of extension doing the same kind of things.
Please take a look to other extensions to see if one could be updated or use a very generic name like "NumberFormatting".

@tristanbob
Copy link
Contributor

Every number formatting expressions should be in the same extension to avoid having a lot of extension doing the same kind of things. Please take a look to other extensions to see if one could be updated or use a very generic name like "NumberFormatting".

We already have one text formatting function in Extended Math... perhaps it could go there? It's not a perfect fit, but I'd love to see more single-function extensions grouped together, like libraries.

@arthuro555
Copy link
Member

This PR is looking dead, I'll close it, feel free to reopen if someone's getting back to it

@arthuro555 arthuro555 closed this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ New extension A new extension 🔍 Reviewed extension An extension that is to be reviewed in great detail before merging.

Projects

Status: Rejected

Development

Successfully merging this pull request may close these issues.

4 participants