1
0

Compare commits

..

No commits in common. "main" and "v1.0" have entirely different histories.
main ... v1.0

6 changed files with 7 additions and 17 deletions

View File

@ -13,6 +13,6 @@
# Fonts
- 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/lcd (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/lcd (Open Font License)

View File

@ -15,15 +15,3 @@ The three other players have their own strengths:
- Green: Good at subtraction
- Red: Good at multiplication
- 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
blender/.placeholder Normal file
View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

View File

@ -11,7 +11,7 @@ config_version=5
[application]
config/name="Extremely Intense Mathematics"
config/version="1.1"
config/version="1.0"
run/main_scene="uid://v7vh1typhj0k"
config/features=PackedStringArray("4.4", "Forward Plus")
boot_splash/bg_color=Color(0, 0, 0, 1)
@ -28,7 +28,6 @@ GLOBALVARS="*res://scripts/globalvars.gd"
window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/mode="viewport"
[input]

View File

@ -0,0 +1 @@