This commit is contained in:
Yadciel
2022-11-29 22:53:29 +01:00
parent 13394479bd
commit 015c1ad0ae
6 changed files with 76 additions and 33 deletions

View File

@ -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"