changed questionmark asset
This commit is contained in:
parent
29adaf14a7
commit
23cd0ade20
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"filename" : "yellow_questionmark.png",
|
"filename" : "questionmark.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
BIN
GoldWars/GoldWars/Assets.xcassets/questionmark.imageset/questionmark.png
vendored
Normal file
BIN
GoldWars/GoldWars/Assets.xcassets/questionmark.imageset/questionmark.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
@ -14,7 +14,7 @@ class RulesScene: SKScene {
|
|||||||
override func sceneDidLoad() {
|
override func sceneDidLoad() {
|
||||||
EntityManager.rulesEMInstance.setScene(scene: self)
|
EntityManager.rulesEMInstance.setScene(scene: self)
|
||||||
EntityManager.rulesEMInstance.add(Button(name: "backToMenuScene",
|
EntityManager.rulesEMInstance.add(Button(name: "backToMenuScene",
|
||||||
textureName: "yellow_questionmark",
|
textureName: "questionmark",
|
||||||
text: "",
|
text: "",
|
||||||
position: CGPoint(x: self.size.width - 50, y: self.size.height - 50),
|
position: CGPoint(x: self.size.width - 50, y: self.size.height - 50),
|
||||||
onButtonPress: {
|
onButtonPress: {
|
||||||
|
@ -54,7 +54,7 @@ class MenuScene: SKScene {
|
|||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
entityManager.add(Button(name: "regelwerkButton",
|
entityManager.add(Button(name: "regelwerkButton",
|
||||||
textureName: "yellow_questionmark",
|
textureName: "questionmark",
|
||||||
text: "",
|
text: "",
|
||||||
position: CGPoint(x: self.size.width - 50, y: self.size.height - 50),
|
position: CGPoint(x: self.size.width - 50, y: self.size.height - 50),
|
||||||
onButtonPress: {
|
onButtonPress: {
|
||||||
|
Loading…
Reference in New Issue
Block a user