Skip to content

Commit d5152f5

Browse files
committed
First commit
1 parent 25a44ee commit d5152f5

15 files changed

+1292
-0
lines changed

default_env.tres

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
[gd_resource type="Environment" load_steps=2 format=2]
2+
3+
[sub_resource type="ProceduralSky" id=1]
4+
5+
radiance_size = 4
6+
sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 )
7+
sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 )
8+
sky_curve = 0.25
9+
sky_energy = 1.0
10+
ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 )
11+
ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 )
12+
ground_curve = 0.01
13+
ground_energy = 1.0
14+
sun_color = Color( 1, 1, 1, 1 )
15+
sun_latitude = 35.0
16+
sun_longitude = 0.0
17+
sun_angle_min = 1.0
18+
sun_angle_max = 100.0
19+
sun_curve = 0.05
20+
sun_energy = 16.0
21+
texture_size = 2
22+
23+
[resource]
24+
25+
background_mode = 2
26+
background_sky = SubResource( 1 )
27+
background_sky_custom_fov = 0.0
28+
background_color = Color( 0, 0, 0, 1 )
29+
background_energy = 1.0
30+
background_canvas_max_layer = 0
31+
ambient_light_color = Color( 0, 0, 0, 1 )
32+
ambient_light_energy = 1.0
33+
ambient_light_sky_contribution = 1.0
34+
fog_enabled = false
35+
fog_color = Color( 0.5, 0.6, 0.7, 1 )
36+
fog_sun_color = Color( 1, 0.9, 0.7, 1 )
37+
fog_sun_amount = 0.0
38+
fog_depth_enabled = true
39+
fog_depth_begin = 10.0
40+
fog_depth_curve = 1.0
41+
fog_transmit_enabled = false
42+
fog_transmit_curve = 1.0
43+
fog_height_enabled = false
44+
fog_height_min = 0.0
45+
fog_height_max = 100.0
46+
fog_height_curve = 1.0
47+
tonemap_mode = 0
48+
tonemap_exposure = 1.0
49+
tonemap_white = 1.0
50+
auto_exposure_enabled = false
51+
auto_exposure_scale = 0.4
52+
auto_exposure_min_luma = 0.05
53+
auto_exposure_max_luma = 8.0
54+
auto_exposure_speed = 0.5
55+
ss_reflections_enabled = false
56+
ss_reflections_max_steps = 64
57+
ss_reflections_fade_in = 0.15
58+
ss_reflections_fade_out = 2.0
59+
ss_reflections_depth_tolerance = 0.2
60+
ss_reflections_roughness = true
61+
ssao_enabled = false
62+
ssao_radius = 1.0
63+
ssao_intensity = 1.0
64+
ssao_radius2 = 0.0
65+
ssao_intensity2 = 1.0
66+
ssao_bias = 0.01
67+
ssao_light_affect = 0.0
68+
ssao_color = Color( 0, 0, 0, 1 )
69+
ssao_quality = 0
70+
ssao_blur = 3
71+
ssao_edge_sharpness = 4.0
72+
dof_blur_far_enabled = false
73+
dof_blur_far_distance = 10.0
74+
dof_blur_far_transition = 5.0
75+
dof_blur_far_amount = 0.1
76+
dof_blur_far_quality = 1
77+
dof_blur_near_enabled = false
78+
dof_blur_near_distance = 2.0
79+
dof_blur_near_transition = 1.0
80+
dof_blur_near_amount = 0.1
81+
dof_blur_near_quality = 1
82+
glow_enabled = false
83+
glow_levels/1 = false
84+
glow_levels/2 = false
85+
glow_levels/3 = true
86+
glow_levels/4 = false
87+
glow_levels/5 = true
88+
glow_levels/6 = false
89+
glow_levels/7 = false
90+
glow_intensity = 0.8
91+
glow_strength = 1.0
92+
glow_bloom = 0.0
93+
glow_blend_mode = 2
94+
glow_hdr_threshold = 1.0
95+
glow_hdr_scale = 2.0
96+
glow_bicubic_upscale = false
97+
adjustment_enabled = false
98+
adjustment_brightness = 1.0
99+
adjustment_contrast = 1.0
100+
adjustment_saturation = 1.0
101+

fonts/DroidSansMono.ttf

114 KB
Binary file not shown.

icon.png

8.66 KB
Loading

icon.png.import

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
11+
12+
[params]
13+
14+
compress/mode=0
15+
compress/lossy_quality=0.7
16+
compress/hdr_mode=0
17+
compress/normal_map=0
18+
flags/repeat=0
19+
flags/filter=true
20+
flags/mipmaps=false
21+
flags/anisotropic=false
22+
flags/srgb=2
23+
process/fix_alpha_border=true
24+
process/premult_alpha=false
25+
process/HDR_as_SRGB=false
26+
stream=false
27+
size_limit=0
28+
detect_3d=true
29+
svg/scale=1.0

images/background_ui.png

529 Bytes
Loading

images/background_ui.png.import

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

images/palette.png

273 Bytes
Loading

images/palette.png.import

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

images/palette.xcf

4.17 KB
Binary file not shown.

project.godot

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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="Fractals Simulation"
14+
run/main_scene="res://scenes/Simulation.tscn"
15+
config/icon="res://icon.png"
16+
17+
[debug]
18+
19+
settings/fps/force_fps=30
20+
21+
[display]
22+
23+
window/stretch/mode="2d"
24+
window/stretch/aspect="keep"
25+
26+
[importer_defaults]
27+
28+
ogg_vorbis={
29+
"loop": false,
30+
"loop_offset": 0
31+
}
32+
33+
[input]
34+
35+
zoom-in=[ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":4,"pressed":false,"doubleclick":false,"script":null)
36+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":90,"unicode":0,"echo":false,"script":null)
37+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777235,"unicode":0,"echo":false,"script":null)
38+
]
39+
zoom-out=[ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":5,"pressed":false,"doubleclick":false,"script":null)
40+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":88,"unicode":0,"echo":false,"script":null)
41+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777236,"unicode":0,"echo":false,"script":null)
42+
]
43+
move-left=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
44+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
45+
]
46+
move-right=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
47+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null)
48+
]
49+
move-up=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
50+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
51+
]
52+
move-down=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
53+
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
54+
]
55+
56+
[rendering]
57+
58+
environment/default_environment="res://default_env.tres"

0 commit comments

Comments
 (0)