Added Cover
This commit is contained in:
parent
c83a657163
commit
02d30d9e54
6 changed files with 36 additions and 6 deletions
BIN
assets/Text.pxo
Normal file
BIN
assets/Text.pxo
Normal file
Binary file not shown.
BIN
assets/cover.png
Normal file
BIN
assets/cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
34
assets/cover.png.import
Normal file
34
assets/cover.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d3mhmo7wgidet"
|
||||
path="res://.godot/imported/cover.png-a54a6cb34ab8b6028826d2209ff06e38.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/cover.png"
|
||||
dest_files=["res://.godot/imported/cover.png-a54a6cb34ab8b6028826d2209ff06e38.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
assets/cover.pxo
Normal file
BIN
assets/cover.pxo
Normal file
Binary file not shown.
|
|
@ -29,15 +29,11 @@ func spawnBlock() -> void:
|
|||
fillNextBlocks()
|
||||
|
||||
func _ready() -> void:
|
||||
if GLOBAL.time <= 30:
|
||||
get_tree().paused = true
|
||||
tickerTimer.start(blockSpeed)
|
||||
getNewPatterns()
|
||||
PlacePattern()
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
|
||||
|
||||
var blockGroups = getBlockGroupsList()
|
||||
#if Input.is_action_pressed("down"):
|
||||
|
||||
|
|
|
|||
|
|
@ -289,7 +289,7 @@ scale = Vector2(10, 20)
|
|||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("16_ng6e7")
|
||||
volume_db = 5.0
|
||||
volume_db = 3.0
|
||||
autoplay = true
|
||||
|
||||
[connection signal="timeout" from="Ticker" to="." method="_on_ticker_timeout"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue