solid progress

This commit is contained in:
Tabby 2025-05-31 13:03:59 +10:00
parent 8eb17bc565
commit 25aba0028d
28 changed files with 642 additions and 2 deletions

30
project.godot Normal file
View file

@ -0,0 +1,30 @@
; 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="Focus Tool"
run/main_scene="uid://df4wh83ypl085"
config/features=PackedStringArray("4.4", "GL Compatibility")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=200
window/size/viewport_height=180
window/size/resizable=false
window/size/borderless=true
window/size/always_on_top=true
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"