Compare commits
No commits in common. "926b4f192f638251133ec5d937e10394c16d8ef0" and "c381dbdb081fa9658f1679ca0bc7677410db0618" have entirely different histories.
926b4f192f
...
c381dbdb08
6 changed files with 8 additions and 38 deletions
|
|
@ -7,7 +7,6 @@ func _ready() -> void:
|
||||||
func normal_paddle():
|
func normal_paddle():
|
||||||
$ArtCollectorAnimations.play("NormalPaddle")
|
$ArtCollectorAnimations.play("NormalPaddle")
|
||||||
$NormalPaddleSound.play()
|
$NormalPaddleSound.play()
|
||||||
$PaddleSuccess.play()
|
|
||||||
await $ArtCollectorAnimations.animation_finished
|
await $ArtCollectorAnimations.animation_finished
|
||||||
$ArtCollectorAnimations.play("Idle")
|
$ArtCollectorAnimations.play("Idle")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,8 @@
|
||||||
[gd_scene load_steps=49 format=3 uid="uid://dnuvh3k5qxs63"]
|
[gd_scene load_steps=48 format=3 uid="uid://dnuvh3k5qxs63"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://bbi0th2aq426c" path="res://art_collector.gd" id="1_dsoqt"]
|
[ext_resource type="Script" uid="uid://bbi0th2aq426c" path="res://art_collector.gd" id="1_dsoqt"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clrqm1hxhq7ru" path="res://assets/character/collector.png" id="1_y6o5m"]
|
[ext_resource type="Texture2D" uid="uid://clrqm1hxhq7ru" path="res://assets/character/collector.png" id="1_y6o5m"]
|
||||||
[ext_resource type="AudioStream" uid="uid://b6wb4yjtofbhn" path="res://assets/character/paddle-final.wav" id="3_erevg"]
|
[ext_resource type="AudioStream" uid="uid://b6wb4yjtofbhn" path="res://assets/character/paddle-final.wav" id="3_erevg"]
|
||||||
[ext_resource type="AudioStream" uid="uid://b7qyt2h17kjea" path="res://assets/gavel/audio/ask-bet.wav" id="4_1ghdj"]
|
|
||||||
|
|
||||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5k0jt"]
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5k0jt"]
|
||||||
atlas = ExtResource("1_y6o5m")
|
atlas = ExtResource("1_y6o5m")
|
||||||
|
|
@ -358,7 +357,3 @@ autoplay = "Idle"
|
||||||
|
|
||||||
[node name="NormalPaddleSound" type="AudioStreamPlayer" parent="."]
|
[node name="NormalPaddleSound" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("3_erevg")
|
stream = ExtResource("3_erevg")
|
||||||
volume_db = 5.0
|
|
||||||
|
|
||||||
[node name="PaddleSuccess" type="AudioStreamPlayer" parent="."]
|
|
||||||
stream = ExtResource("4_1ghdj")
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,24 +0,0 @@
|
||||||
[remap]
|
|
||||||
|
|
||||||
importer="wav"
|
|
||||||
type="AudioStreamWAV"
|
|
||||||
uid="uid://bq5yl788b424g"
|
|
||||||
path="res://.godot/imported/ask-bet-final.wav-a14c56b5c504914f5825f4a4cab70d4a.sample"
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://assets/numpad/ask-bet-final.wav"
|
|
||||||
dest_files=["res://.godot/imported/ask-bet-final.wav-a14c56b5c504914f5825f4a4cab70d4a.sample"]
|
|
||||||
|
|
||||||
[params]
|
|
||||||
|
|
||||||
force/8_bit=false
|
|
||||||
force/mono=false
|
|
||||||
force/max_rate=false
|
|
||||||
force/max_rate_hz=44100
|
|
||||||
edit/trim=false
|
|
||||||
edit/normalize=false
|
|
||||||
edit/loop_mode=0
|
|
||||||
edit/loop_begin=0
|
|
||||||
edit/loop_end=-1
|
|
||||||
compress/mode=2
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
[ext_resource type="Texture2D" uid="uid://bwhf5712gd67h" path="res://assets/numpad/ask.png" id="27_unpof"]
|
[ext_resource type="Texture2D" uid="uid://bwhf5712gd67h" path="res://assets/numpad/ask.png" id="27_unpof"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cxwxmqnnbyl3s" path="res://assets/numpad/ask-depressed.png" id="28_4l1rv"]
|
[ext_resource type="Texture2D" uid="uid://cxwxmqnnbyl3s" path="res://assets/numpad/ask-depressed.png" id="28_4l1rv"]
|
||||||
[ext_resource type="AudioStream" uid="uid://bvto7ghmy8j0o" path="res://assets/gavel/audio/invalid-bet.wav" id="31_v5y5a"]
|
[ext_resource type="AudioStream" uid="uid://bvto7ghmy8j0o" path="res://assets/gavel/audio/invalid-bet.wav" id="31_v5y5a"]
|
||||||
[ext_resource type="AudioStream" uid="uid://bq5yl788b424g" path="res://assets/numpad/ask-bet-final.wav" id="53_mq8ri"]
|
[ext_resource type="AudioStream" uid="uid://b7qyt2h17kjea" path="res://assets/gavel/audio/ask-bet.wav" id="32_dnpqj"]
|
||||||
|
|
||||||
[sub_resource type="SpriteFrames" id="SpriteFrames_g470s"]
|
[sub_resource type="SpriteFrames" id="SpriteFrames_g470s"]
|
||||||
animations = [{
|
animations = [{
|
||||||
|
|
@ -303,7 +303,7 @@ one_shot = true
|
||||||
stream = ExtResource("31_v5y5a")
|
stream = ExtResource("31_v5y5a")
|
||||||
|
|
||||||
[node name="SuccessSoundPlayer" type="AudioStreamPlayer2D" parent="Numpad"]
|
[node name="SuccessSoundPlayer" type="AudioStreamPlayer2D" parent="Numpad"]
|
||||||
stream = ExtResource("53_mq8ri")
|
stream = ExtResource("32_dnpqj")
|
||||||
|
|
||||||
[node name="ProgressBar" type="ProgressBar" parent="."]
|
[node name="ProgressBar" type="ProgressBar" parent="."]
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue