Initial commit
This commit is contained in:
		
						commit
						bb6e0d3507
					
				
					 6 changed files with 119 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal 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_*/ | ||||||
							
								
								
									
										7
									
								
								Main.tscn
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Main.tscn
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | ||||||
|  | [gd_scene format=2] | ||||||
|  | 
 | ||||||
|  | [node name="Main" type="Node2D"] | ||||||
|  | 
 | ||||||
|  | [node name="CanvasLayer" type="CanvasLayer" parent="."] | ||||||
|  | 
 | ||||||
|  | [node name="CanvasLayer2" type="CanvasLayer" parent="."] | ||||||
							
								
								
									
										7
									
								
								default_env.tres
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								default_env.tres
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | ||||||
|  | [gd_resource type="Environment" load_steps=2 format=2] | ||||||
|  | 
 | ||||||
|  | [sub_resource type="ProceduralSky" id=1] | ||||||
|  | 
 | ||||||
|  | [resource] | ||||||
|  | background_mode = 2 | ||||||
|  | background_sky = SubResource( 1 ) | ||||||
							
								
								
									
										
											BIN
										
									
								
								icon.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								icon.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 3.2 KiB | 
							
								
								
									
										34
									
								
								icon.png.import
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								icon.png.import
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | ||||||
|  | [remap] | ||||||
|  | 
 | ||||||
|  | importer="texture" | ||||||
|  | type="StreamTexture" | ||||||
|  | path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" | ||||||
|  | metadata={ | ||||||
|  | "vram_texture": false | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | [deps] | ||||||
|  | 
 | ||||||
|  | source_file="res://icon.png" | ||||||
|  | dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] | ||||||
|  | 
 | ||||||
|  | [params] | ||||||
|  | 
 | ||||||
|  | compress/mode=0 | ||||||
|  | compress/lossy_quality=0.7 | ||||||
|  | compress/hdr_mode=0 | ||||||
|  | compress/bptc_ldr=0 | ||||||
|  | compress/normal_map=0 | ||||||
|  | flags/repeat=0 | ||||||
|  | flags/filter=false | ||||||
|  | flags/mipmaps=false | ||||||
|  | flags/anisotropic=false | ||||||
|  | flags/srgb=2 | ||||||
|  | process/fix_alpha_border=true | ||||||
|  | process/premult_alpha=false | ||||||
|  | process/HDR_as_SRGB=false | ||||||
|  | process/invert_color=false | ||||||
|  | stream=false | ||||||
|  | size_limit=0 | ||||||
|  | detect_3d=false | ||||||
|  | svg/scale=1.0 | ||||||
							
								
								
									
										60
									
								
								project.godot
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										60
									
								
								project.godot
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,60 @@ | ||||||
|  | ; 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="CoolingCrisisDeluxe" | ||||||
|  | config/icon="res://icon.png" | ||||||
|  | 
 | ||||||
|  | [display] | ||||||
|  | 
 | ||||||
|  | window/size/width=320 | ||||||
|  | window/size/height=240 | ||||||
|  | window/stretch/mode="viewport" | ||||||
|  | window/stretch/aspect="keep" | ||||||
|  | 
 | ||||||
|  | [importer_defaults] | ||||||
|  | 
 | ||||||
|  | texture={ | ||||||
|  | "compress/bptc_ldr": 0, | ||||||
|  | "compress/hdr_mode": 0, | ||||||
|  | "compress/lossy_quality": 0.7, | ||||||
|  | "compress/mode": 0, | ||||||
|  | "compress/normal_map": 0, | ||||||
|  | "detect_3d": false, | ||||||
|  | "flags/anisotropic": false, | ||||||
|  | "flags/filter": false, | ||||||
|  | "flags/mipmaps": false, | ||||||
|  | "flags/repeat": 0, | ||||||
|  | "flags/srgb": 2, | ||||||
|  | "process/HDR_as_SRGB": false, | ||||||
|  | "process/fix_alpha_border": true, | ||||||
|  | "process/invert_color": false, | ||||||
|  | "process/premult_alpha": false, | ||||||
|  | "size_limit": 0, | ||||||
|  | "stream": false, | ||||||
|  | "svg/scale": 1.0 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | [rendering] | ||||||
|  | 
 | ||||||
|  | quality/intended_usage/framebuffer_allocation=0 | ||||||
|  | quality/intended_usage/framebuffer_allocation.mobile=1 | ||||||
|  | quality/2d/use_pixel_snap=true | ||||||
|  | quality/subsurface_scattering/weight_samples=false | ||||||
|  | environment/default_clear_color=Color( 0, 0, 0, 1 ) | ||||||
|  | quality/depth/hdr=false | ||||||
|  | environment/default_environment="res://default_env.tres" | ||||||
|  | quality/dynamic_fonts/use_oversampling=false | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue