Anri/AdBlockNot
Archived
1
0
Fork 0
This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
AdBlockNot/scenes/game/ads/ads_roll.tscn
2024-01-28 22:30:48 +01:00

58 lines
2 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://dk6bkpnylxwdb"]
[ext_resource type="PackedScene" uid="uid://n06gkookqeml" path="res://scenes/game/windows/Ads.tscn" id="1_n2kk4"]
[ext_resource type="Script" path="res://scripts/ads/ads_roll.gd" id="2_kihjv"]
[ext_resource type="Texture2D" uid="uid://bbi7rhpstsku4" path="res://ressources/assets/RollDice/Dice.png" id="3_7himq"]
[ext_resource type="Texture2D" uid="uid://br2tesflbta84" path="res://ressources/assets/RollDice/ButtonDice.png" id="4_ldetv"]
[ext_resource type="FontFile" uid="uid://dwgslonlru0ck" path="res://ressources/Battlenet.ttf" id="5_ranvp"]
[node name="Windows" instance=ExtResource("1_n2kk4")]
script = ExtResource("2_kihjv")
[node name="Dice" type="Sprite2D" parent="." index="2"]
position = Vector2(251, 224.5)
scale = Vector2(0.401667, 0.351042)
texture = ExtResource("3_7himq")
[node name="Right" type="Label" parent="Dice" index="0"]
offset_left = 112.033
offset_top = 47.0029
offset_right = 319.033
offset_bottom = 249.003
theme_override_font_sizes/font_size = 142
horizontal_alignment = 1
vertical_alignment = 1
[node name="Left" type="Label" parent="Dice" index="1"]
offset_left = -336.0
offset_top = 47.0
offset_right = -129.0
offset_bottom = 249.0
theme_override_font_sizes/font_size = 142
horizontal_alignment = 1
vertical_alignment = 1
[node name="ButtonDice" type="Sprite2D" parent="." index="3"]
position = Vector2(252, 194)
scale = Vector2(0.4, 0.4)
texture = ExtResource("4_ldetv")
[node name="Button" type="Button" parent="ButtonDice" index="0"]
offset_left = -192.0
offset_top = -55.0
offset_right = 198.0
offset_bottom = 55.0
focus_mode = 0
flat = true
[node name="Label" type="Label" parent="." index="4"]
layout_mode = 0
offset_left = 17.0
offset_top = 12.0
offset_right = 407.0
offset_bottom = 48.0
theme_override_fonts/font = ExtResource("5_ranvp")
theme_override_font_sizes/font_size = 41
text = "RollIt.psd"
[connection signal="pressed" from="ButtonDice/Button" to="." method="_on_button_pressed"]