changed questionmark asset

This commit is contained in:
Chauntalle Schüle 2020-06-21 23:25:58 +02:00
parent 29adaf14a7
commit 23cd0ade20
5 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "yellow_questionmark.png", "filename" : "questionmark.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -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: {

View File

@ -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: {