Added files

This commit is contained in:
Andrew Lee 2021-11-24 17:37:23 -05:00
parent 61ed8a3ffb
commit 52d2ad6538
Signed by: andrew
GPG key ID: 4DCE67C47836D125
15 changed files with 75 additions and 2 deletions

35
App.tscn Normal file
View file

@ -0,0 +1,35 @@
[gd_scene format=2]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayButton" type="Button" parent="."]
margin_right = 96.0
margin_bottom = 48.0
text = "Play"
[node name="PauseButton" type="Button" parent="."]
margin_left = 112.0
margin_right = 208.0
margin_bottom = 48.0
text = "Pause"
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
[node name="Label" type="Label" parent="."]
anchor_right = 1.0
margin_left = -120.0
margin_top = 8.0
margin_right = -3.0
margin_bottom = 22.0
text = "Erable v0.1
Powered by Godot"
align = 2
valign = 2
__meta__ = {
"_edit_use_anchors_": false
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +1,5 @@
# Erable Audio Player
An audio player written in AvaloniaUI
An audio player written using the Godot Engine
## What does "Erable" mean?
Erable means maple in french.

BIN
erable.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

35
erable.png.import Normal file
View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/erable.png-2e70f2e868d6a87988490c31df00c38e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://erable.png"
dest_files=[ "res://.import/erable.png-2e70f2e868d6a87988490c31df00c38e.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
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -12,6 +12,9 @@ config_version=4
config/name="Erable"
config/description="Audio Player"
run/main_scene="res://App.tscn"
boot_splash/image=false
config/icon="res://erable.png"
[rendering]