Skip to content

Commit

Permalink
Added Credits on startscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
GQDeltex committed Feb 11, 2018
1 parent ea3d6a5 commit a3ae50b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 11 deletions.
24 changes: 24 additions & 0 deletions Scenes/Start.tscn
Expand Up @@ -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" ]

Expand Down Expand Up @@ -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"]
Expand Down
File renamed without changes.
20 changes: 10 additions & 10 deletions log.txt
Expand Up @@ -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/
Expand All @@ -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
Expand All @@ -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!
2 changes: 1 addition & 1 deletion project.godot
Expand Up @@ -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"

Expand Down

0 comments on commit a3ae50b

Please sign in to comment.