Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
3c57f18952 | |||
2a177a8cb5 | |||
de676d74c2 | |||
9254ee274e |
@ -13,6 +13,6 @@
|
|||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
|
|
||||||
https://fontlibrary.org/en/font/autobahn (Open Font License)
|
- https://fontlibrary.org/en/font/autobahn (Open Font License)
|
||||||
https://fontlibrary.org/en/font/single-day-regular (Open Font License)
|
- https://fontlibrary.org/en/font/single-day-regular (Open Font License)
|
||||||
https://fontlibrary.org/en/font/lcd (Open Font License)
|
- https://fontlibrary.org/en/font/lcd (Open Font License)
|
||||||
|
12
README.md
12
README.md
@ -15,3 +15,15 @@ The three other players have their own strengths:
|
|||||||
- Green: Good at subtraction
|
- Green: Good at subtraction
|
||||||
- Red: Good at multiplication
|
- Red: Good at multiplication
|
||||||
- Blue: Good at addition
|
- Blue: Good at addition
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
Everything I have made in this project is CC0 and should be considered public domain. All outside resources are also CC0 with the exception of:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://code.lexza.ch/Lexzach/extremely-intense-mathematics/src/branch/main/godot/assets/sounds/scream_0.wav
|
||||||
|
https://code.lexza.ch/Lexzach/extremely-intense-mathematics/src/branch/main/godot/assets/sounds/scream_1.wav
|
||||||
|
https://code.lexza.ch/Lexzach/extremely-intense-mathematics/src/branch/main/godot/assets/fonts/18938.ttf
|
||||||
|
https://code.lexza.ch/Lexzach/extremely-intense-mathematics/src/branch/main/godot/assets/fonts/autobahn.ttf
|
||||||
|
https://code.lexza.ch/Lexzach/extremely-intense-mathematics/src/branch/main/godot/assets/fonts/LCD14.otf
|
||||||
|
```
|
||||||
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -11,7 +11,7 @@ config_version=5
|
|||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Extremely Intense Mathematics"
|
config/name="Extremely Intense Mathematics"
|
||||||
config/version="1.0"
|
config/version="1.1"
|
||||||
run/main_scene="uid://v7vh1typhj0k"
|
run/main_scene="uid://v7vh1typhj0k"
|
||||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||||
@ -28,6 +28,7 @@ GLOBALVARS="*res://scripts/globalvars.gd"
|
|||||||
|
|
||||||
window/size/viewport_width=1920
|
window/size/viewport_width=1920
|
||||||
window/size/viewport_height=1080
|
window/size/viewport_height=1080
|
||||||
|
window/stretch/mode="viewport"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
|
|
Reference in New Issue
Block a user