added game

This commit is contained in:
ivy 2025-04-17 21:35:23 +02:00
commit 85d53bd89b
25 changed files with 522 additions and 0 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="platformer bean"
run/main_scene="uid://drpvbc4k32k55"
config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg"
[display]
window/stretch/mode="viewport"
window/stretch/scale=3.0
[physics]
2d/default_gravity=650.0
[rendering]
textures/canvas_textures/default_texture_filter=0
environment/defaults/default_clear_color=Color(0.144092, 0.378883, 0.531616, 1)