mirror of
https://github.com/Yadciel1/2048-Shooter.git
synced 2025-06-16 03:05:22 +02:00
Score
This commit is contained in:
@ -103,14 +103,14 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="Banner" type="HBoxContainer" parent="Background/TabContainer/AdFormats/VBoxContainer"]
|
||||
margin_top = 46.0
|
||||
margin_right = 426.0
|
||||
margin_bottom = 66.0
|
||||
margin_top = 65.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 85.0
|
||||
size_flags_vertical = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="EnableBanner" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer/Banner"]
|
||||
margin_right = 211.0
|
||||
margin_right = 202.0
|
||||
margin_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
disabled = true
|
||||
@ -120,22 +120,22 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="DisableBanner" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer/Banner"]
|
||||
margin_left = 215.0
|
||||
margin_right = 426.0
|
||||
margin_left = 206.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
disabled = true
|
||||
text = "DISABLE BANNER"
|
||||
|
||||
[node name="Banner2" type="HBoxContainer" parent="Background/TabContainer/AdFormats/VBoxContainer"]
|
||||
margin_top = 70.0
|
||||
margin_right = 426.0
|
||||
margin_bottom = 90.0
|
||||
margin_top = 89.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 109.0
|
||||
size_flags_vertical = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="ShowBanner" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer/Banner2"]
|
||||
margin_right = 211.0
|
||||
margin_right = 202.0
|
||||
margin_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
disabled = true
|
||||
@ -145,31 +145,31 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="HideBanner" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer/Banner2"]
|
||||
margin_left = 215.0
|
||||
margin_right = 426.0
|
||||
margin_left = 206.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 20.0
|
||||
size_flags_horizontal = 3
|
||||
disabled = true
|
||||
text = "HIDE BANNER"
|
||||
|
||||
[node name="Interstitial" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer"]
|
||||
margin_top = 94.0
|
||||
margin_right = 426.0
|
||||
margin_bottom = 114.0
|
||||
margin_top = 113.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 133.0
|
||||
disabled = true
|
||||
text = "INTERSTITIAL"
|
||||
|
||||
[node name="Rewarded" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer"]
|
||||
margin_top = 118.0
|
||||
margin_right = 426.0
|
||||
margin_bottom = 138.0
|
||||
margin_top = 137.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 157.0
|
||||
disabled = true
|
||||
text = "REWARDED"
|
||||
|
||||
[node name="RewardedInterstitial" type="Button" parent="Background/TabContainer/AdFormats/VBoxContainer"]
|
||||
margin_top = 142.0
|
||||
margin_right = 426.0
|
||||
margin_bottom = 162.0
|
||||
margin_top = 161.0
|
||||
margin_right = 408.0
|
||||
margin_bottom = 181.0
|
||||
disabled = true
|
||||
text = "REWARDED INTERSTITIAL"
|
||||
|
||||
|
Reference in New Issue
Block a user