1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-21 15:44:24 +00:00

Create Godot project

This commit is contained in:
Steffo 2020-10-02 23:57:41 +02:00
parent ccb48d114e
commit d3a3fae990
6 changed files with 47 additions and 0 deletions

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.xcf filter=lfs diff=lfs merge=lfs -text

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/

3
Resources/README.md Normal file
View file

@ -0,0 +1,3 @@
# Resources
In questa cartella vanno tutti i file extra che verranno usati **fuori dal gioco**.

3
Scenes/README.md Normal file
View file

@ -0,0 +1,3 @@
# Scenes
In questa cartella vanno i file Scena (`.scene`) di Godot!

3
Sprites/README.md Normal file
View file

@ -0,0 +1,3 @@
# Sprites
In questa cartella vanno tutte le immagini che compariranno all'interno del gioco.

24
project.godot Normal file
View file

@ -0,0 +1,24 @@
; 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=4
_global_script_classes=[ ]
_global_script_class_icons={
}
[application]
config/name="ld47"
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false