Skip to content

Commit 3654210

Browse files
committed
Add godot base files
1 parent ee502b5 commit 3654210

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.import
2+

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 )

icon.png

7.44 KB
Loading

icon.png.import

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

project.godot

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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=3
10+
11+
[application]
12+
13+
config/name="HareDerLage"
14+
config/icon="res://icon.png"
15+
16+
[rendering]
17+
18+
environment/default_environment="res://default_env.tres"

0 commit comments

Comments
 (0)