Files
godot-demo-projects/3d/labels_and_texts/project.godot
Hugo Locurcio 18c76b6dae Add tags to all demo projects
This makes sorting them in the project manager easier, as you can
click tags in the project manager to filter to a specific tag.
2023-06-26 18:03:50 +02:00

38 lines
1.0 KiB
Plaintext

; 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
_global_script_classes=[]
_global_script_class_icons={}
[application]
config/name="3D Labels and Texts"
config/description="This project showcases 2 ways to draw text in 3D space: the Label3D node, and MeshInstance3D with a TextMesh primitive."
run/main_scene="res://3d_labels_and_texts.tscn"
config/features=PackedStringArray("4.0")
config/icon="res://icon.webp"
config/tags=PackedStringArray("demo", "official", "3d", "rendering")
[display]
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[gui]
theme/default_font_multichannel_signed_distance_field=true
theme/default_font_generate_mipmaps=true
[rendering]
textures/default_filters/anisotropic_filtering_level=4
quality/screen_filters/msaa=3
environment/default_environment="res://default_env.tres"