From a3ae50b0ab3b118fe5c82c017b4948a870bc0a0c Mon Sep 17 00:00:00 2001 From: GQDeltex Date: Sun, 11 Feb 2018 18:34:18 +0100 Subject: [PATCH] Added Credits on startscreen --- Scenes/Start.tscn | 24 +++++++++++++++++++ ...3-36-58.txt => log-2018-02-11-18-31-28.txt | 0 log.txt | 20 ++++++++-------- project.godot | 2 +- 4 files changed, 35 insertions(+), 11 deletions(-) rename log-2018-02-11-13-36-58.txt => log-2018-02-11-18-31-28.txt (100%) diff --git a/Scenes/Start.tscn b/Scenes/Start.tscn index 70d4bdb..b78f984 100644 --- a/Scenes/Start.tscn +++ b/Scenes/Start.tscn @@ -30,6 +30,7 @@ position = Vector2( 930.349, 537.906 ) scale = Vector2( 2, 2 ) frames = SubResource( 1 ) animation = "default" +frame = 1 playing = true _sections_unfolded = [ "Transform" ] @@ -107,6 +108,29 @@ flat = false align = 1 _sections_unfolded = [ "Rect" ] +[node name="Label2" type="Label" parent="." index="5"] + +anchor_left = 0.0 +anchor_top = 0.0 +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_left = 19.0 +margin_top = 23.0 +margin_right = 276.0 +margin_bottom = 54.0 +rect_scale = Vector2( 2, 2 ) +rect_pivot_offset = Vector2( 0, 0 ) +mouse_filter = 2 +mouse_default_cursor_shape = 0 +size_flags_horizontal = 1 +size_flags_vertical = 4 +text = "Made at Code+Design Camp Berlin 2018 +by: Peter, Loic and Antön" +percent_visible = 1.0 +lines_skipped = 0 +max_lines_visible = -1 +_sections_unfolded = [ "Rect" ] + [connection signal="pressed" from="Button" to="." method="_on_Button_pressed"] [connection signal="pressed" from="Button2" to="." method="_on_Button2_pressed"] diff --git a/log-2018-02-11-13-36-58.txt b/log-2018-02-11-18-31-28.txt similarity index 100% rename from log-2018-02-11-13-36-58.txt rename to log-2018-02-11-18-31-28.txt diff --git a/log.txt b/log.txt index 6555dda..1de4a2f 100644 --- a/log.txt +++ b/log.txt @@ -38,6 +38,15 @@ exporting res://Scenes/SafeRect.tscn exporting res://Scenes/Start.tscn exporting res://Scenes/Unicorn.tscn exporting res://default_env.tres +exporting res://Scenes/BigUnicorn.tscn +exporting res://Scenes/GameOver.tscn +exporting res://Scenes/HUD.tscn +exporting res://Scenes/Main.tscn +exporting res://Scenes/Player.tscn +exporting res://Scenes/SafeRect.tscn +exporting res://Scenes/Start.tscn +exporting res://Scenes/Unicorn.tscn +exporting res://default_env.tres binary: godot_osx_debug.fat READ: osx_template.app/ READ: osx_template.app/Contents/ @@ -50,7 +59,7 @@ OPEN ERR: 0 WRITE ERR: 0 READ: osx_template.app/Contents/MacOS/ READ: osx_template.app/Contents/MacOS/godot_osx_debug.fat -ADDING: Contents/MacOS/RUnicorn size: 80277704 +ADDING: Contents/MacOS/RUNicorn size: 80277704 OPEN ERR: 0 WRITE ERR: 0 READ: osx_template.app/Contents/MacOS/godot_osx_release.fat @@ -72,14 +81,5 @@ exporting res://Scenes/SafeRect.tscn exporting res://Scenes/Start.tscn exporting res://Scenes/Unicorn.tscn exporting res://default_env.tres -exporting res://Scenes/BigUnicorn.tscn -exporting res://Scenes/GameOver.tscn -exporting res://Scenes/HUD.tscn -exporting res://Scenes/Main.tscn -exporting res://Scenes/Player.tscn -exporting res://Scenes/SafeRect.tscn -exporting res://Scenes/Start.tscn -exporting res://Scenes/Unicorn.tscn -exporting res://default_env.tres **WARNING**: ObjectDB Instances still exist! At: core/object.cpp:1989:cleanup() - ObjectDB Instances still exist! diff --git a/project.godot b/project.godot index acd5b6e..929b735 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="RUnicorn" +config/name="RUNicorn" run/main_scene="res://Scenes/Start.tscn" config/icon="res://Assets/DATEinhorn.png"