-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3efd4ec
commit c52429e
Showing
7 changed files
with
107 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
extends Control | ||
|
||
onready var Fono = get_node("Fono") | ||
|
||
func _ready(): | ||
Fono.set_color(T.koloroj[T.Agordejo.get_value("Koloro", "fonkoloro", "Griza")]) | ||
get_node("Enveno_sono").set("stream/play", T.Agordejo.get_value("Agordoj", "Sonoj", true)) | ||
|
||
func _on_Reen_pressed(): | ||
get_tree().change_scene("res://Menuo.tscn") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
[gd_scene load_steps=5 format=1] | ||
|
||
[ext_resource path="res://Niveloj.gd" type="Script" id=1] | ||
[ext_resource path="res://GUI/reen.png" type="Texture" id=2] | ||
[ext_resource path="res://Sonoj/Tabloj/130428__mmiron__na-sharp.ogg" type="AudioStream" id=3] | ||
[ext_resource path="res://Tiparoj/jomhuria.fnt" type="BitmapFont" id=4] | ||
|
||
[node name="Niveloj" type="Control"] | ||
|
||
anchor/right = 1 | ||
anchor/bottom = 1 | ||
focus/ignore_mouse = false | ||
focus/stop_mouse = true | ||
size_flags/horizontal = 2 | ||
size_flags/vertical = 2 | ||
margin/left = 0.0 | ||
margin/top = 0.0 | ||
margin/right = 600.0 | ||
margin/bottom = 560.0 | ||
script/script = ExtResource( 1 ) | ||
|
||
[node name="Fono" type="Polygon2D" parent="."] | ||
|
||
polygon = Vector2Array( 600, -400, 600, 2680, 0, 2680, 0, -400 ) | ||
uv = Vector2Array( ) | ||
color = Color( 0.117647, 0.533333, 0.898039, 1 ) | ||
vertex_colors = ColorArray( ) | ||
offset = Vector2( 0, 0 ) | ||
texture/texture = null | ||
texture/offset = Vector2( 0, 0 ) | ||
texture/scale = Vector2( 1, 1 ) | ||
texture/rotation = 0.0 | ||
invert/enable = false | ||
invert/border = 100.0 | ||
|
||
[node name="Reen" type="Button" parent="."] | ||
|
||
rect/scale = Vector2( 0.5, 0.5 ) | ||
focus/ignore_mouse = false | ||
focus/stop_mouse = true | ||
size_flags/horizontal = 2 | ||
size_flags/vertical = 2 | ||
margin/left = 530.0 | ||
margin/top = 0.0 | ||
margin/right = 670.0 | ||
margin/bottom = 140.0 | ||
toggle_mode = false | ||
enabled_focus_mode = 2 | ||
shortcut = null | ||
icon = ExtResource( 2 ) | ||
flat = false | ||
|
||
[node name="Enveno_sono" type="StreamPlayer" parent="."] | ||
|
||
stream/stream = ExtResource( 3 ) | ||
stream/play = false | ||
stream/loop = false | ||
stream/volume_db = 5.0 | ||
stream/autoplay = false | ||
stream/paused = false | ||
stream/loop_restart_time = 0.0 | ||
stream/buffering_ms = 500 | ||
|
||
[node name="Baldaux" type="Label" parent="."] | ||
|
||
anchor/left = 3 | ||
anchor/top = 3 | ||
anchor/right = 3 | ||
anchor/bottom = 3 | ||
focus/ignore_mouse = true | ||
focus/stop_mouse = true | ||
size_flags/horizontal = 2 | ||
size_flags/vertical = 0 | ||
margin/left = 0.0 | ||
margin/top = -220.0 | ||
margin/right = -600.0 | ||
margin/bottom = -299.0 | ||
custom_fonts/font = ExtResource( 4 ) | ||
custom_colors/font_color = Color( 0, 0, 0, 1 ) | ||
text = "Baldaux" | ||
align = 1 | ||
valign = 1 | ||
percent_visible = 1.0 | ||
lines_skipped = 0 | ||
max_lines_visible = -1 | ||
|
||
[connection signal="pressed" from="Reen" to="." method="_on_Reen_pressed"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.