Compare commits
No commits in common. "main" and "v1.0" have entirely different histories.
@ -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)
|
12
README.md
12
README.md
@ -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
1
blender/.placeholder
Normal file
@ -0,0 +1 @@
|
||||
|
1
godot/assets/.placeholder
Normal file
1
godot/assets/.placeholder
Normal file
@ -0,0 +1 @@
|
||||
|
@ -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]
|
||||
|
||||
|
1
godot/sub_scenes/.placeholder
Normal file
1
godot/sub_scenes/.placeholder
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user