Pixelated

This commit is contained in:
2025-05-08 21:49:21 -05:00
parent f079f43664
commit 703f70bcf0
11 changed files with 245 additions and 11 deletions

View File

@@ -27,6 +27,13 @@ SCENE_MANAGER="*res://scripts/Singleton/SceneManager.gd"
UI="*res://scenes/Singletons/UI.tscn"
VN="*res://scripts/Singleton/VN.gd"
[display]
window/size/viewport_width=480
window/size/viewport_height=270
window/stretch/mode="viewport"
window/stretch/scale_mode="integer"
[dotnet]
project/assembly_name="Dawn Godot"
@@ -35,6 +42,12 @@ project/assembly_name="Dawn Godot"
import/blender/enabled=false
[gui]
fonts/dynamic_fonts/use_oversampling=false
theme/custom="uid://dm7ee4aqjr2dl"
theme/custom_font="uid://bnodbj3rhtd8v"
[input]
left={
@@ -94,5 +107,6 @@ run={
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"