33[ext_resource path ="res://iap_demo.gd" type ="Script" id =1 ]
44
55[node name ="Control" type ="Control" ]
6-
7- anchor_left = 0.0
8- anchor_top = 0.0
96anchor_right = 1.0
107anchor_bottom = 1.0
11- rect_pivot_offset = Vector2 ( 0 , 0 )
12- rect_clip_content = false
13- mouse_filter = 0
148size_flags_horizontal = 2
159size_flags_vertical = 2
1610script = ExtResource ( 1 )
1711
1812[node name ="purchase" type ="Button" parent ="." ]
19-
20- anchor_left = 0.0
21- anchor_top = 0.0
22- anchor_right = 0.0
23- anchor_bottom = 0.0
2413margin_left = 40.0
2514margin_top = 40.0
2615margin_right = 250.0
2716margin_bottom = 120.0
28- rect_pivot_offset = Vector2 ( 0 , 0 )
29- rect_clip_content = false
30- mouse_filter = 0
3117size_flags_horizontal = 2
3218size_flags_vertical = 2
33- toggle_mode = false
34- enabled_focus_mode = 2
35- shortcut = null
36- group = null
3719text = "Purchase in app"
38- flat = false
3920
4021[node name ="consume" type ="Button" parent ="." ]
41-
42- anchor_left = 0.0
43- anchor_top = 0.0
44- anchor_right = 0.0
45- anchor_bottom = 0.0
4622margin_left = 40.0
4723margin_top = 150.0
4824margin_right = 250.0
4925margin_bottom = 230.0
50- rect_pivot_offset = Vector2 ( 0 , 0 )
51- rect_clip_content = false
52- mouse_filter = 0
5326size_flags_horizontal = 2
5427size_flags_vertical = 2
55- toggle_mode = false
56- enabled_focus_mode = 2
57- shortcut = null
58- group = null
5928text = "Consume in app"
60- flat = false
6129
6230[node name ="request" type ="Button" parent ="." ]
63-
64- anchor_left = 0.0
65- anchor_top = 0.0
66- anchor_right = 0.0
67- anchor_bottom = 0.0
6831margin_left = 40.0
6932margin_top = 260.0
7033margin_right = 250.0
7134margin_bottom = 340.0
72- rect_pivot_offset = Vector2 ( 0 , 0 )
73- rect_clip_content = false
74- mouse_filter = 0
7535size_flags_horizontal = 2
7636size_flags_vertical = 2
77- toggle_mode = false
78- enabled_focus_mode = 2
79- shortcut = null
80- group = null
8137text = "Request purchased"
82- flat = false
8338
8439[node name ="query" type ="Button" parent ="." ]
85-
86- anchor_left = 0.0
87- anchor_top = 0.0
88- anchor_right = 0.0
89- anchor_bottom = 0.0
9040margin_left = 40.0
9141margin_top = 370.0
9242margin_right = 250.0
9343margin_bottom = 450.0
94- rect_pivot_offset = Vector2 ( 0 , 0 )
95- rect_clip_content = false
96- mouse_filter = 0
9744size_flags_horizontal = 2
9845size_flags_vertical = 2
99- toggle_mode = false
100- enabled_focus_mode = 2
101- shortcut = null
102- group = null
10346text = "Query in app items"
104- flat = false
10547
10648[node name ="alert" type ="AcceptDialog" parent ="." ]
107-
108- visible = false
109- anchor_left = 0.0
110- anchor_top = 0.0
111- anchor_right = 0.0
112- anchor_bottom = 0.0
11349margin_left = 290.0
11450margin_top = 60.0
11551margin_right = 700.0
11652margin_bottom = 290.0
117- rect_pivot_offset = Vector2 ( 0 , 0 )
118- rect_clip_content = false
119- mouse_filter = 0
12053size_flags_horizontal = 2
12154size_flags_vertical = 2
122- popup_exclusive = false
123- window_title = "Alert!"
124- resizable = false
125- dialog_hide_on_ok = true
12655
12756[node name ="Label" type ="Label" parent ="." ]
128-
129- anchor_left = 0.0
130- anchor_top = 0.0
131- anchor_right = 0.0
132- anchor_bottom = 0.0
13357margin_left = 300.0
13458margin_top = 40.0
13559margin_right = 932.0
13660margin_bottom = 207.0
137- rect_pivot_offset = Vector2 ( 0 , 0 )
138- rect_clip_content = false
139- mouse_filter = 2
14061size_flags_horizontal = 2
14162size_flags_vertical = 0
14263text = "\" iap\" is located in Autoloads. See Project > Project Settings > AutoLoad
@@ -156,8 +77,4 @@ To test in-app purchase on android device,
15677 (It's not published to public, but you and tester can access it.)
157783. There should be activated in-app item
158794. Any changes on Developer console will take 2~3 hours to take effect"
159- percent_visible = 1.0
160- lines_skipped = 0
161- max_lines_visible = -1
162-
16380
0 commit comments