diff --git a/addons/godotty/FONTS.md b/addons/godotty/FONTS.md new file mode 100644 index 0000000..3c5ee17 --- /dev/null +++ b/addons/godotty/FONTS.md @@ -0,0 +1,16 @@ +# Bundled fonts + +Embedded in the extension binary, licensed under the SIL Open Font License 1.1 +([OFL.txt](OFL.txt)): + +- JetBrains Mono Nerd Font — Copyright 2020 The JetBrains Mono Project Authors +- Noto Emoji — Copyright 2013 Google LLC (monochrome media/clock symbols) +- JuliaMono — Copyright 2020-2023 cormullion (monochrome math/technical/braille) +- Noto Color Emoji — Copyright 2013 Google LLC + +Glyph resolution per codepoint: the primary font first, then a fallback +chain ordered by the cell's presentation. Text cells try Noto Emoji and +JuliaMono for monochrome symbols, then Noto Color Emoji, then installed +system fonts for other scripts. Emoji cells try Noto Color Emoji first, +then the monochrome fonts, then system fonts. Text-presentation cells +prefer monochrome; emoji cells prefer color. diff --git a/addons/godotty/LICENSE b/addons/godotty/LICENSE new file mode 100644 index 0000000..22ab476 --- /dev/null +++ b/addons/godotty/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 ingur + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/addons/godotty/OFL.txt b/addons/godotty/OFL.txt new file mode 100644 index 0000000..5ceee00 --- /dev/null +++ b/addons/godotty/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/addons/godotty/bin/libgodotty.linux.x86_64.so b/addons/godotty/bin/libgodotty.linux.x86_64.so new file mode 100644 index 0000000..7d2b9e4 Binary files /dev/null and b/addons/godotty/bin/libgodotty.linux.x86_64.so differ diff --git a/addons/godotty/bin/libgodotty.macos.dylib b/addons/godotty/bin/libgodotty.macos.dylib new file mode 100644 index 0000000..40037e5 Binary files /dev/null and b/addons/godotty/bin/libgodotty.macos.dylib differ diff --git a/addons/godotty/bin/libgodotty.windows.x86_64.dll b/addons/godotty/bin/libgodotty.windows.x86_64.dll new file mode 100644 index 0000000..ea3838d Binary files /dev/null and b/addons/godotty/bin/libgodotty.windows.x86_64.dll differ diff --git a/addons/godotty/godotty.gdextension b/addons/godotty/godotty.gdextension new file mode 100644 index 0000000..9f0be8d --- /dev/null +++ b/addons/godotty/godotty.gdextension @@ -0,0 +1,11 @@ +[configuration] +entry_symbol = "gdext_rust_init" +compatibility_minimum = 4.7 +# Hot-reloading this extension crashes the editor (live terminal threads); +# false makes every engine reload path skip it, so rebuilds apply on restart. +reloadable = false + +[libraries] +linux.editor.x86_64 = "res://addons/godotty/bin/libgodotty.linux.x86_64.so" +macos.editor = "res://addons/godotty/bin/libgodotty.macos.dylib" +windows.editor.x86_64 = "res://addons/godotty/bin/libgodotty.windows.x86_64.dll" diff --git a/addons/godotty/godotty.gdextension.uid b/addons/godotty/godotty.gdextension.uid new file mode 100644 index 0000000..b55a78e --- /dev/null +++ b/addons/godotty/godotty.gdextension.uid @@ -0,0 +1 @@ +uid://c3t54drjakjde diff --git a/backend/scenes/game.tscn b/backend/scenes/game.tscn new file mode 100644 index 0000000..1178b62 --- /dev/null +++ b/backend/scenes/game.tscn @@ -0,0 +1,7 @@ +[gd_scene format=3 uid="uid://dc3nef7mu87lf"] + +[ext_resource type="Script" uid="uid://cyhw5qm44uykq" path="res://backend/scripts/game.gd" id="1_r8aos"] + +[node name="Game" type="Node" unique_id=1724068054] +script = ExtResource("1_r8aos") +metadata/_custom_type_script = "uid://cyhw5qm44uykq" diff --git a/backend/scripts/game.gd b/backend/scripts/game.gd new file mode 100644 index 0000000..0d1f966 --- /dev/null +++ b/backend/scripts/game.gd @@ -0,0 +1,5 @@ +extends Node +class_name Game + +func _process(_delta: float) -> void: + pass diff --git a/backend/scripts/game.gd.uid b/backend/scripts/game.gd.uid new file mode 100644 index 0000000..46406f0 --- /dev/null +++ b/backend/scripts/game.gd.uid @@ -0,0 +1 @@ +uid://cyhw5qm44uykq diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..c6bbb7d --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..4b73e6b --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://smkcmi3huji0" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..5d62971 --- /dev/null +++ b/project.godot @@ -0,0 +1,28 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="spooktober-vnj" +config/features=PackedStringArray("4.7", "Forward Plus") +config/icon="res://icon.svg" + +[display] + +window/stretch/mode="canvas_items" +window/stretch/aspect="expand" + +[physics] + +3d/physics_engine="Jolt Physics" + +[rendering] + +rendering_device/driver.windows="d3d12"