Initial commit.
This commit is contained in:
		
						commit
						af00c57c6f
					
				
					 9 changed files with 364 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,4 @@ | |||
| .import/ | ||||
| .export/ | ||||
| .mono/ | ||||
| export_presets.cfg | ||||
							
								
								
									
										3
									
								
								TestScene.tscn
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								TestScene.tscn
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | |||
| [gd_scene format=2] | ||||
| 
 | ||||
| [node name="TestScene" type="Node2D"] | ||||
							
								
								
									
										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 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=true | ||||
| 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=true | ||||
| svg/scale=1.0 | ||||
							
								
								
									
										251
									
								
								project.godot
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										251
									
								
								project.godot
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,251 @@ | |||
| ; 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="SpaceFight" | ||||
| run/main_scene="res://scenes/Splash.tscn" | ||||
| boot_splash/image="res://splash.png" | ||||
| boot_splash/use_filter=false | ||||
| boot_splash/bg_color=Color( 0, 0, 0, 1 ) | ||||
| 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 | ||||
| } | ||||
| 
 | ||||
| [input] | ||||
| 
 | ||||
| ui_accept={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_select={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_cancel={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_focus_next={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_focus_prev={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_left={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_right={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_up={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_down={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_page_up={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_page_down={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_home={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| ui_end={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| player_1_up={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_1_down={ | ||||
| "deadzone": 0.51, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_1_left={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_1_right={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_1_primary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_1_secondary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_2_up={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":1,"axis_value":-1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":12,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_2_down={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":1,"axis_value":1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":13,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_2_left={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":0,"axis_value":-1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":14,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_2_right={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ 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) | ||||
| , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":1,"axis":0,"axis_value":1.0,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":15,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_2_primary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_2_secondary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"unicode":0,"echo":false,"script":null) | ||||
| , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":1,"button_index":2,"pressure":0.0,"pressed":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_3_up={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":73,"unicode":0,"echo":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_3_down={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":75,"unicode":0,"echo":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_3_left={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":74,"unicode":0,"echo":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_3_right={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":76,"unicode":0,"echo":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_3_primary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":67,"unicode":0,"echo":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_3_secondary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":86,"unicode":0,"echo":false,"script":null) | ||||
|  ] | ||||
| } | ||||
| player_4_up={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| player_4_down={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| player_4_left={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| player_4_right={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| player_4_primary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| player_4_secondary={ | ||||
| "deadzone": 0.5, | ||||
| "events": [  ] | ||||
| } | ||||
| 
 | ||||
| [rendering] | ||||
| 
 | ||||
| quality/driver/driver_name="GLES2" | ||||
| quality/intended_usage/framebuffer_allocation=0 | ||||
| quality/2d/use_pixel_snap=true | ||||
| vram_compression/import_etc=true | ||||
| vram_compression/import_etc2=false | ||||
| environment/default_environment="res://default_env.tres" | ||||
							
								
								
									
										31
									
								
								scenes/Splash.tscn
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								scenes/Splash.tscn
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | |||
| [gd_scene load_steps=4 format=2] | ||||
| 
 | ||||
| [ext_resource path="res://splash.png" type="Texture" id=1] | ||||
| [ext_resource path="res://TestScene.tscn" type="PackedScene" id=2] | ||||
| 
 | ||||
| [sub_resource type="GDScript" id=1] | ||||
| script/source = "extends TextureRect | ||||
| 
 | ||||
| export var start_scene: PackedScene | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| func _on_timeout(): | ||||
| 	get_tree().change_scene_to(start_scene) | ||||
| " | ||||
| 
 | ||||
| [node name="Splash" type="TextureRect"] | ||||
| anchor_right = 1.0 | ||||
| anchor_bottom = 1.0 | ||||
| texture = ExtResource( 1 ) | ||||
| script = SubResource( 1 ) | ||||
| __meta__ = { | ||||
| "_edit_use_anchors_": false | ||||
| } | ||||
| start_scene = ExtResource( 2 ) | ||||
| 
 | ||||
| [node name="Timer" type="Timer" parent="."] | ||||
| wait_time = 2.0 | ||||
| one_shot = true | ||||
| autostart = true | ||||
| [connection signal="timeout" from="Timer" to="." method="_on_timeout"] | ||||
							
								
								
									
										
											BIN
										
									
								
								splash.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								splash.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 73 KiB | 
							
								
								
									
										34
									
								
								splash.png.import
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								splash.png.import
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | |||
| [remap] | ||||
| 
 | ||||
| importer="texture" | ||||
| type="StreamTexture" | ||||
| path="res://.import/splash.png-929ed8a00b89ba36c51789452f874c77.stex" | ||||
| metadata={ | ||||
| "vram_texture": false | ||||
| } | ||||
| 
 | ||||
| [deps] | ||||
| 
 | ||||
| source_file="res://splash.png" | ||||
| dest_files=[ "res://.import/splash.png-929ed8a00b89ba36c51789452f874c77.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 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue