Initial commit

This commit is contained in:
Rendo 2025-10-04 12:09:50 +05:00
commit a2164dca72
20 changed files with 294 additions and 0 deletions

32
project.godot Normal file
View file

@ -0,0 +1,32 @@
; 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="Delurbelako"
run/main_scene="uid://u7thalwj5742"
config/features=PackedStringArray("4.5", "GL Compatibility")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=512
window/size/viewport_height=288
window/stretch/mode="canvas_items"
[layer_names]
2d_physics/layer_1="Platform"
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"