Skip to content

Commit eb2d8f0

Browse files
author
Tom Bleek
committed
Initialise Godo Project
1 parent 572a486 commit eb2d8f0

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

game/default_env.tres

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[gd_resource type="Environment" load_steps=2 format=2]
2+
[sub_resource type="ProceduralSky" id=1]
3+
[resource]
4+
background_mode = 2
5+
background_sky = SubResource( 1 )

game/icon.png

3.23 KB
Loading

game/icon.png.import

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="StreamTexture"
5+
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
6+
metadata={
7+
"vram_texture": false
8+
}
9+
10+
[deps]
11+
12+
source_file="res://icon.png"
13+
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
14+
15+
[params]
16+
17+
compress/mode=0
18+
compress/lossy_quality=0.7
19+
compress/hdr_mode=0
20+
compress/bptc_ldr=0
21+
compress/normal_map=0
22+
flags/repeat=0
23+
flags/filter=true
24+
flags/mipmaps=false
25+
flags/anisotropic=false
26+
flags/srgb=2
27+
process/fix_alpha_border=true
28+
process/premult_alpha=false
29+
process/HDR_as_SRGB=false
30+
process/invert_color=false
31+
process/normal_map_invert_y=false
32+
stream=false
33+
size_limit=0
34+
detect_3d=true
35+
svg/scale=1.0

game/project.godot

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
; Engine configuration file.
2+
; It's best edited using the editor UI and not directly,
3+
; since the parameters that go here are not all obvious.
4+
;
5+
; Format:
6+
; [section] ; section goes between []
7+
; param=value ; assign values to parameters
8+
9+
config_version=4
10+
11+
[application]
12+
13+
config/name="Suffragium"
14+
config/icon="res://icon.png"
15+
16+
[physics]
17+
18+
common/enable_pause_aware_picking=true
19+
20+
[rendering]
21+
22+
environment/default_environment="res://default_env.tres"

0 commit comments

Comments
 (0)