Browse Source

One bouncy bubble

DricomDragon 3 years ago
parent
commit
3e554536d6

+ 2 - 0
godot/default_env.tres

@@ -1,5 +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
godot/image/ball.png


+ 34 - 0
godot/image/ball.png.import

@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="StreamTexture"
+path="res://.import/ball.png-b3acf1dfede2a018f7f6209b67c11ad3.stex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://image/ball.png"
+dest_files=[ "res://.import/ball.png-b3acf1dfede2a018f7f6209b67c11ad3.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

BIN
godot/image/brik.png


+ 34 - 0
godot/image/brik.png.import

@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="StreamTexture"
+path="res://.import/brik.png-bec683149e5d552a46f9a4433df62dce.stex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://image/brik.png"
+dest_files=[ "res://.import/brik.png-bec683149e5d552a46f9a4433df62dce.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

+ 1 - 0
godot/project.godot

@@ -17,6 +17,7 @@ _global_script_class_icons={
 
 config/name="Kace"
 config/description="The tiny incredible breakout game."
+run/main_scene="res://scenes/main.tscn"
 config/icon="res://icon.png"
 
 [display]

File diff suppressed because it is too large
+ 56 - 0
godot/scenes/main.tscn