mirror of
https://github.com/alee14-projects/erable-godot.git
synced 2025-01-22 07:31:59 -05:00
Added files
This commit is contained in:
parent
61ed8a3ffb
commit
52d2ad6538
15 changed files with 75 additions and 2 deletions
35
App.tscn
Normal file
35
App.tscn
Normal 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
|
||||
}
|
BIN
Fonts/Open Sans/OpenSans-Bold.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-Bold.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-BoldItalic.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-ExtraBold.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-Italic.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-Italic.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-Light.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-Light.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-LightItalic.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-LightItalic.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-Regular.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-Regular.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-SemiBold.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
Fonts/Open Sans/OpenSans-SemiBoldItalic.ttf
Normal file
BIN
Fonts/Open Sans/OpenSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
|
@ -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.
|
||||
Erable means maple in french.
|
||||
|
|
BIN
erable.png
Normal file
BIN
erable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
35
erable.png.import
Normal file
35
erable.png.import
Normal 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
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue