Skip to content

Commit

Permalink
chore: drop unused font
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Feb 12, 2024
1 parent fb51aaf commit ab4932d
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 155 deletions.
10 changes: 5 additions & 5 deletions addons/core/Jumbotron.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=8 format=3 uid="uid://dve6wwmspbde0"]

[ext_resource type="Script" path="res://addons/core/Jumbotron.gd" id="1_6gaau"]
[ext_resource type="FontFile" uid="uid://d06oxhmw5eq58" path="res://addons/core/assets/fonts/vexed/Arcade_Cabinet.ttf" id="2_uspvf"]
[ext_resource type="FontFile" uid="uid://b0w8s6hidvrrr" path="res://addons/core/assets/fonts/Born2bSportyV2.ttf" id="2_tehfu"]
[ext_resource type="PackedScene" uid="uid://dq1rff2gu3q68" path="res://src/menus/controls/ActionInputIcon.tscn" id="3_1031q"]
[ext_resource type="Texture2D" uid="uid://o2pra12ik1cg" path="res://assets/ui/kenney-input-prompts/Keyboard & Mouse/Default/keyboard_z.png" id="4_ssdlh"]

Expand Down Expand Up @@ -35,8 +35,8 @@ layout_mode = 2
unique_name_in_owner = true
clip_contents = false
layout_mode = 2
theme_override_fonts/normal_font = ExtResource("2_uspvf")
theme_override_font_sizes/normal_font_size = 48
theme_override_fonts/normal_font = ExtResource("2_tehfu")
theme_override_font_sizes/normal_font_size = 64
bbcode_enabled = true
text = "[center]Some really really wide text that barely fits on the screen[/center]"
fit_content = true
Expand All @@ -52,8 +52,8 @@ unique_name_in_owner = true
clip_contents = false
custom_minimum_size = Vector2(1080, 0)
layout_mode = 2
theme_override_fonts/normal_font = ExtResource("2_uspvf")
theme_override_font_sizes/normal_font_size = 24
theme_override_fonts/normal_font = ExtResource("2_tehfu")
theme_override_font_sizes/normal_font_size = 48
bbcode_enabled = true
text = "[center]Try it on wooden blocks![/center]"
fit_content = true
Expand Down
Binary file removed addons/core/assets/fonts/vexed/Arcade_Cabinet.ttf
Binary file not shown.
33 changes: 0 additions & 33 deletions addons/core/assets/fonts/vexed/Arcade_Cabinet.ttf.import

This file was deleted.

Binary file not shown.
33 changes: 0 additions & 33 deletions addons/core/assets/fonts/vexed/Arcade_Cabinet_Cutout.ttf.import

This file was deleted.

Binary file not shown.
33 changes: 0 additions & 33 deletions addons/core/assets/fonts/vexed/Arcade_Cabinet_Monospace.ttf.import

This file was deleted.

Binary file not shown.

This file was deleted.

12 changes: 0 additions & 12 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,10 @@ and redistribute the game, the code, or the assets without explicit permission.
I'm in the process of breaking the addons and reusable parts of this codebase
out into properly licensed open source repos, so stay tuned!
#+end_quote

**** Note: Third-party assets in this repo must be purchased to use
Dot Hop uses third-party assets that must be purchased before they can be used
in your own projects!

Font:

- [[https://v3x3d.itch.io/arcade-cabinet][Arcade Cabinet by V3X3D]]

These are available (after purchase) under the CC4 licence:
https://creativecommons.org/licenses/by/4.0/legalcode
* Credits
TODO: much more to include here!

** Fonts
- Vexed - Arcade Cabinent
- at01
- Born2BSporty
- Adventure
Expand Down
6 changes: 0 additions & 6 deletions src/menus/Credits.gd
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ var dothop_credits = [
[
"Fonts",
"",
"Arcade Cabinet",
"by V3X3D",
"https://v3x3d.itch.io/arcade-cabinet",
"Licensed under Creative Commons: By Attribution 4.0 License",
"http://creativecommons.org/licenses/by/4.0",
"",
"born2bsportyv2",
"by japanyoshi",
"http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=383",
Expand Down

0 comments on commit ab4932d

Please sign in to comment.