seeder kun curry game for kk 4/04 2023

fuzzy 82805a2cb1 game done 11 months ago
.import 512688c4c7 first commit 1 year ago
addons ee7b47978d finished 1 year ago
assets ee7b47978d finished 1 year ago
autoloads 512688c4c7 first commit 1 year ago
winblows 82805a2cb1 game done 11 months ago
.gitignore ee7b47978d finished 1 year ago
Curry.gd ee7b47978d finished 1 year ago
Curry.tscn ee7b47978d finished 1 year ago
End.gd ee7b47978d finished 1 year ago
End.tscn ee7b47978d finished 1 year ago
Globals.gd ee7b47978d finished 1 year ago
HUD.gd ee7b47978d finished 1 year ago
HUD.tscn ee7b47978d finished 1 year ago
LICENSE ee7b47978d finished 1 year ago
MainMenu.gd ee7b47978d finished 1 year ago
MainMenu.tscn ee7b47978d finished 1 year ago
Near_and_far.tscn ee7b47978d finished 1 year ago
README.md ee7b47978d finished 1 year ago
ScoreLabel.gd 512688c4c7 first commit 1 year ago
Shop.tscn ee7b47978d finished 1 year ago
curry6.gd ee7b47978d finished 1 year ago
deathZone.tscn ee7b47978d finished 1 year ago
default_env.tres 512688c4c7 first commit 1 year ago
floppy.gd 512688c4c7 first commit 1 year ago
floppy.tscn 512688c4c7 first commit 1 year ago
icon.png 512688c4c7 first commit 1 year ago
icon.png.import 512688c4c7 first commit 1 year ago
icon1.png ee7b47978d finished 1 year ago
icon1.png.import ee7b47978d finished 1 year ago
icon2.png ee7b47978d finished 1 year ago
icon2.png.import ee7b47978d finished 1 year ago
icon3.png ee7b47978d finished 1 year ago
icon3.png.import ee7b47978d finished 1 year ago
icon4.png ee7b47978d finished 1 year ago
icon4.png.import ee7b47978d finished 1 year ago
icon5.png ee7b47978d finished 1 year ago
icon5.png.import ee7b47978d finished 1 year ago
icon6.png ee7b47978d finished 1 year ago
icon6.png.import ee7b47978d finished 1 year ago
icon7.png ee7b47978d finished 1 year ago
icon7.png.import ee7b47978d finished 1 year ago
main.tscn ee7b47978d finished 1 year ago
player.gd ee7b47978d finished 1 year ago
player.tscn 512688c4c7 first commit 1 year ago
popup.tscn ee7b47978d finished 1 year ago
project.godot ee7b47978d finished 1 year ago
seeder.exe ee7b47978d finished 1 year ago
seeder.pck ee7b47978d finished 1 year ago
seeder.x86_64 ee7b47978d finished 1 year ago

README.md

Bitmap Font Importer

A Godot plugin for importing bitmap images as a Bitmap Fonts for use in Godot themes.

Usage

Before the plug-in can be used, ensure it's enabled in the Project Settings window

Image format

  • The tool supports any bitmap image that Godot supports
  • All glyphs (characters) need to be the same width and height, but can be organized into rows and columns as you see fit
  • There musn't be any spacing between rows or columns
  • Each row or column does not need to be filled
  • A space character should be included
  • Transparency is supported

Creating a new font resource

There are multiple ways to go about creating a new resource, but this is the workflow I use:

  • In the FileSystem pane, right click and select Create new resource
  • Select BitmapFontImporter As the resource type
  • Choose a path and filename for the resource to be saved as (I prefer to use the .font file extension)
  • Open the new resource from the FileSystem pane
  • Click and drag your font sheet into the texture field in the Inspector pane
  • Set the Character Width and Character Height in the Inspector pane
  • Set the Height to be the same as the Character Height to prevent strange behaviour

Using the new resource in a theme

Once the resource is finished, it can be used as any font in a theme simply by Clicking and dragging the resource from the FileSystem pane to the font field in the Inspector pane of the selected theme.