Skip to content

Commit

Permalink
Merge pull request #42 from SmileGamez/launcher
Browse files Browse the repository at this point in the history
Changed background image
  • Loading branch information
Martomate authored Jan 4, 2020
2 parents 9a03d56 + 93798cc commit f907bf6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="1bf3342f840b4b057ad06c3698c484d8"
dest_md5="1993e689b25ea9a1345e75a133df339c"

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="13e6aae05c823343e52ecf815f0e6318"
dest_md5="f682783caabd27baf8c968f09655fcbb"

Binary file not shown.
Binary file not shown.
Binary file added Bakgrundsbild i launchern2.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/background.png-98289422cd7d93003950872a7b97021f.stex"
path="res://.import/Bakgrundsbild i launchern2.0.png-8210d112ce64ea8205615a57672407a9.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://background.png"
dest_files=[ "res://.import/background.png-98289422cd7d93003950872a7b97021f.stex" ]
source_file="res://Bakgrundsbild i launchern2.0.png"
dest_files=[ "res://.import/Bakgrundsbild i launchern2.0.png-8210d112ce64ea8205615a57672407a9.stex" ]

[params]

Expand Down
4 changes: 2 additions & 2 deletions Window.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource path="res://main_theme.tres" type="Theme" id=1]
[ext_resource path="res://Window.gd" type="Script" id=2]
[ext_resource path="res://background.png" type="Texture" id=3]
[ext_resource path="res://Bakgrundsbild i launchern2.0.png" type="Texture" id=3]
[ext_resource path="res://Verdana.ttf" type="DynamicFontData" id=4]
[ext_resource path="res://play_button_style.tres" type="StyleBox" id=5]

Expand Down Expand Up @@ -102,7 +102,7 @@ margin_bottom = 29.0
size_flags_horizontal = 0
text = "Latest release (0.8)"
flat = true
items = [ "Latest release (0.8)", null, false, -1, null ]
items = [ "Latest release (0.8)", null, false, 0, null ]
selected = 0

[node name="Filler" type="Label" parent="MarginContainer/HBoxContainer"]
Expand Down
Binary file removed background.png
Binary file not shown.
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config/name="Hexacraft Launcher"
run/main_scene="res://Window.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="Hexacraft"
boot_splash/image="res://background.png"
boot_splash/image="res://Bakgrundsbild i launchern2.0.png"
config/icon="res://icon.png"

[display]
Expand Down

0 comments on commit f907bf6

Please sign in to comment.