1
0

Compare commits

..

4 Commits
v1.0 ... main

6 changed files with 17 additions and 7 deletions

View File

@ -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)

View File

@ -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
```

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -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]

View File

@ -1 +0,0 @@