Skip to content

Commit

Permalink
Removed font because license issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauxitedev committed Aug 20, 2018
1 parent 2bfcaff commit a0f084c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 142 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ promo/*.*
bin
*.blend
*.blend1
*.ttf
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,24 @@ And you can get the soundtrack here: https://kenophos.bandcamp.com/album/meteori

Made in Godot 3.0. Will be available on the asset store soon.

# Running the game

**Important:** before running the game, you must download a font (since it cannot be freely distributed). If you don't do this the game will not display any text.

1. Download the font [here](http://www.miniml.com/fonts/uni0553/uni0553.zip).
2. Copy the `uni0553-webfont.ttf` file from the zip file to the `fonts/` folder.

That's all.

# License

# Code
## Code

The code (everything in the `scripts` and `materials/shaders` folder) is licensed under the MIT license.

# Assets
## Assets

![](https://licensebuttons.net/l/by-sa/4.0/88x31.png)

The assets (everything that is *not* in the `scripts` or `materials/shaders` folder) are licenced under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.

The only exception to this is the [font](http://www.miniml.com/fonts/uni0553/index.html).
101 changes: 0 additions & 101 deletions fonts/bitmap/font.fnt

This file was deleted.

Binary file removed fonts/bitmap/font.png
Binary file not shown.
29 changes: 0 additions & 29 deletions fonts/bitmap/font.png.import

This file was deleted.

16 changes: 7 additions & 9 deletions fonts/main_font.tres
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[gd_resource type="BitmapFont" load_steps=2 format=2]
[gd_resource type="DynamicFont" load_steps=2 format=2]

[ext_resource path="res://fonts/bitmap/font.fnt" type="BitmapFont" id=1]
[ext_resource path="res://fonts/uni0553-webfont.ttf" type="DynamicFontData" id=1]

[resource]

textures = [ ]
chars = PoolIntArray( )
kernings = PoolIntArray( )
height = 12.0
ascent = 9.0
distance_field = false
fallback = ExtResource( 1 )
size = 8
use_mipmaps = false
use_filter = false
font_data = ExtResource( 1 )
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]

Binary file removed fonts/uni0553-webfont.eot
Binary file not shown.
Binary file removed fonts/uni0553-webfont.woff
Binary file not shown.

0 comments on commit a0f084c

Please sign in to comment.