Added Cover

This commit is contained in:
Exobyt 2024-08-20 18:27:21 +02:00
parent c83a657163
commit 02d30d9e54
6 changed files with 36 additions and 6 deletions

BIN
assets/Text.pxo Normal file

Binary file not shown.

BIN
assets/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

34
assets/cover.png.import Normal file
View 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

Binary file not shown.

View file

@ -29,15 +29,11 @@ func spawnBlock() -> void:
fillNextBlocks() fillNextBlocks()
func _ready() -> void: func _ready() -> void:
if GLOBAL.time <= 30:
get_tree().paused = true
tickerTimer.start(blockSpeed) tickerTimer.start(blockSpeed)
getNewPatterns() getNewPatterns()
PlacePattern() PlacePattern()
func _physics_process(delta: float) -> void: func _physics_process(delta: float) -> void:
var blockGroups = getBlockGroupsList() var blockGroups = getBlockGroupsList()
#if Input.is_action_pressed("down"): #if Input.is_action_pressed("down"):

View file

@ -289,7 +289,7 @@ scale = Vector2(10, 20)
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] [node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("16_ng6e7") stream = ExtResource("16_ng6e7")
volume_db = 5.0 volume_db = 3.0
autoplay = true autoplay = true
[connection signal="timeout" from="Ticker" to="." method="_on_ticker_timeout"] [connection signal="timeout" from="Ticker" to="." method="_on_ticker_timeout"]