mirror of
https://github.com/drwhut/tabletop-club.git
synced 2025-05-05 15:32:56 +00:00
Created a new Godot 4 project for Tabletop Club.
This commit is contained in:
parent
afd9434889
commit
a716a12e9f
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,12 +1,18 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Documentation ignores
|
||||
docs/_build/
|
||||
|
4
LICENSE
4
LICENSE
@ -1,7 +1,7 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020-2024 Benjamin 'drwhut' Beddows.
|
||||
Copyright (c) 2021-2024 Tabletop Club contributors (see game/CREDITS.tres).
|
||||
Copyright (c) 2020-2025 Benjamin 'drwhut' Beddows.
|
||||
Copyright (c) 2021-2025 Tabletop Club contributors (see game/CREDITS.txt).
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
62
game/project.godot
Normal file
62
game/project.godot
Normal file
@ -0,0 +1,62 @@
|
||||
; 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="Tabletop Club"
|
||||
config/description="Copyright (c) 2020-2025 Benjamin 'drwhut' Beddows.
|
||||
Copyright (c) 2021-2025 Tabletop Club contributors (see game/CREDITS.txt).
|
||||
|
||||
A free and open source board game simulator, available for Windows, macOS, and Linux."
|
||||
config/version="master"
|
||||
config/use_custom_user_dir=true
|
||||
config/custom_user_dir_name="TabletopClub"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
boot_splash/show_image=false
|
||||
config/icon="res://tabletop_club_icon.png"
|
||||
|
||||
[debug]
|
||||
|
||||
file_logging/max_log_files=10
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
|
||||
[editor]
|
||||
|
||||
naming/script_name_casing=2
|
||||
|
||||
[importer_defaults]
|
||||
|
||||
scene={
|
||||
"animation/import": false,
|
||||
"meshes/light_baking": 3
|
||||
}
|
||||
|
||||
[internationalization]
|
||||
|
||||
rendering/text_driver="ICU / HarfBuzz / Graphite (Built-in)"
|
||||
|
||||
[physics]
|
||||
|
||||
3d/run_on_separate_thread=true
|
||||
common/physics_jitter_fix=0.0
|
||||
3d/physics_engine="GodotPhysics3D"
|
||||
common/physics_interpolation=true
|
||||
common/enable_object_picking=false
|
||||
|
||||
[rendering]
|
||||
|
||||
rendering_device/fallback_to_vulkan=false
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
34
game/tabletop_club_icon.png.import
Normal file
34
game/tabletop_club_icon.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ngbld2pewb40"
|
||||
path="res://.godot/imported/tabletop_club_icon.png-cfc2bbe6854b19eb5e3b594c8db68459.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://tabletop_club_icon.png"
|
||||
dest_files=["res://.godot/imported/tabletop_club_icon.png-cfc2bbe6854b19eb5e3b594c8db68459.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
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/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=0
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
34
game/tabletop_club_logo.png.import
Normal file
34
game/tabletop_club_logo.png.import
Normal file
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bqj6q3a7p2cv2"
|
||||
path="res://.godot/imported/tabletop_club_logo.png-106a5aab47d8365dd3edbeb867f0519b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://tabletop_club_logo.png"
|
||||
dest_files=["res://.godot/imported/tabletop_club_logo.png-106a5aab47d8365dd3edbeb867f0519b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
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/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=0
|
Loading…
x
Reference in New Issue
Block a user