diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-24 17:37:23 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-11-24 17:37:23 -0500 |
| commit | 52d2ad6538ef1cfa31295bfdd7b1a7dd5d31dfed (patch) | |
| tree | 404f20383bcf2624f2b1687c645ea3b1ba402a95 | |
| parent | 61ed8a3ffb60d2a037dc0bd2b5b0a47e53670b69 (diff) | |
| download | erable-godot-52d2ad6538ef1cfa31295bfdd7b1a7dd5d31dfed.tar.gz erable-godot-52d2ad6538ef1cfa31295bfdd7b1a7dd5d31dfed.tar.bz2 erable-godot-52d2ad6538ef1cfa31295bfdd7b1a7dd5d31dfed.zip | |
Added files
| -rw-r--r-- | App.tscn | 35 | ||||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-Bold.ttf | bin | 0 -> 104120 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-BoldItalic.ttf | bin | 0 -> 92628 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-ExtraBold.ttf | bin | 0 -> 102076 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf | bin | 0 -> 92772 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-Italic.ttf | bin | 0 -> 92240 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-Light.ttf | bin | 0 -> 101696 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-LightItalic.ttf | bin | 0 -> 92488 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-Regular.ttf | bin | 0 -> 96932 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-SemiBold.ttf | bin | 0 -> 100820 bytes | |||
| -rw-r--r-- | Fonts/Open Sans/OpenSans-SemiBoldItalic.ttf | bin | 0 -> 92180 bytes | |||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | erable.png | bin | 0 -> 47818 bytes | |||
| -rw-r--r-- | erable.png.import | 35 | ||||
| -rw-r--r-- | project.godot | 3 |
15 files changed, 75 insertions, 2 deletions
diff --git a/App.tscn b/App.tscn new file mode 100644 index 0000000..d8ba906 --- /dev/null +++ b/App.tscn @@ -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 +} diff --git a/Fonts/Open Sans/OpenSans-Bold.ttf b/Fonts/Open Sans/OpenSans-Bold.ttf Binary files differnew file mode 100644 index 0000000..efdd5e8 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-Bold.ttf diff --git a/Fonts/Open Sans/OpenSans-BoldItalic.ttf b/Fonts/Open Sans/OpenSans-BoldItalic.ttf Binary files differnew file mode 100644 index 0000000..9bf9b4e --- /dev/null +++ b/Fonts/Open Sans/OpenSans-BoldItalic.ttf diff --git a/Fonts/Open Sans/OpenSans-ExtraBold.ttf b/Fonts/Open Sans/OpenSans-ExtraBold.ttf Binary files differnew file mode 100644 index 0000000..67fcf0f --- /dev/null +++ b/Fonts/Open Sans/OpenSans-ExtraBold.ttf diff --git a/Fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf b/Fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf Binary files differnew file mode 100644 index 0000000..0867228 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-ExtraBoldItalic.ttf diff --git a/Fonts/Open Sans/OpenSans-Italic.ttf b/Fonts/Open Sans/OpenSans-Italic.ttf Binary files differnew file mode 100644 index 0000000..1178567 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-Italic.ttf diff --git a/Fonts/Open Sans/OpenSans-Light.ttf b/Fonts/Open Sans/OpenSans-Light.ttf Binary files differnew file mode 100644 index 0000000..6580d3a --- /dev/null +++ b/Fonts/Open Sans/OpenSans-Light.ttf diff --git a/Fonts/Open Sans/OpenSans-LightItalic.ttf b/Fonts/Open Sans/OpenSans-LightItalic.ttf Binary files differnew file mode 100644 index 0000000..1e0c331 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-LightItalic.ttf diff --git a/Fonts/Open Sans/OpenSans-Regular.ttf b/Fonts/Open Sans/OpenSans-Regular.ttf Binary files differnew file mode 100644 index 0000000..29bfd35 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-Regular.ttf diff --git a/Fonts/Open Sans/OpenSans-SemiBold.ttf b/Fonts/Open Sans/OpenSans-SemiBold.ttf Binary files differnew file mode 100644 index 0000000..54e7059 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-SemiBold.ttf diff --git a/Fonts/Open Sans/OpenSans-SemiBoldItalic.ttf b/Fonts/Open Sans/OpenSans-SemiBoldItalic.ttf Binary files differnew file mode 100644 index 0000000..aebcf14 --- /dev/null +++ b/Fonts/Open Sans/OpenSans-SemiBoldItalic.ttf @@ -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.
\ No newline at end of file +Erable means maple in french. diff --git a/erable.png b/erable.png Binary files differnew file mode 100644 index 0000000..1afa561 --- /dev/null +++ b/erable.png diff --git a/erable.png.import b/erable.png.import new file mode 100644 index 0000000..f52522f --- /dev/null +++ b/erable.png.import @@ -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 diff --git a/project.godot b/project.godot index 7d40ee6..e9cd0eb 100644 --- a/project.godot +++ b/project.godot @@ -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] |
