﻿I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/screens2.rpy", line 2: screen expects a non-empty block.
    screen xxxx():
                  ^

File "game/screens2.rpy", line 3: expected statement.
        frame:
             ^

File "game/screens2.rpy", line 4: expected statement.
            background "#880000"  
                                ^

File "game/screens2.rpy", line 5: expected statement.
            xalign 0.5
                    ^

File "game/screens2.rpy", line 6: expected statement.
            yalign 0.5
                    ^

File "game/screens2.rpy", line 7: expected statement.
            xmaximum 816
                        ^

File "game/screens2.rpy", line 8: expected statement.
            padding (8, 8)  
                    ^

File "game/screens2.rpy", line 9: expected statement.
           
           ^

File "game/screens2.rpy", line 10: expected statement.
            frame:
                 ^

File "game/screens2.rpy", line 11: expected statement.
                background "#ff9d9dee"
                                      ^

File "game/screens2.rpy", line 12: expected statement.
                xmaximum 800
                            ^

File "game/screens2.rpy", line 13: expected statement.
                padding (100, 200)
                        ^

File "game/screens2.rpy", line 14: expected statement.
               
               ^

File "game/screens2.rpy", line 15: expected statement.
                vbox:
                    ^

File "game/screens2.rpy", line 16: expected statement.
                    xsize 640
                             ^

File "game/screens2.rpy", line 17: expected statement.
                    ysize 360
                             ^

File "game/screens2.rpy", line 18: expected statement.
                    text "超炳个人汉化" size 40 color "#ffffff" bold True
                                 ^

File "game/screens2.rpy", line 19: expected statement.
                    text "本汉化仅供学习交流使用" size 40 color "#ffffcc"
                                      ^

File "game/screens2.rpy", line 20: expected statement.
                    text "官方网站:{a=https://xibing.dpdns.org/}点击跳转{/a}" size 40 color "#ffffff"
                                                                     ^

File "game/screens2.rpy", line 21: expected statement.
                    text "请支持正版游戏" size 40 color "#ffffff"
                                  ^

File "game/screens2.rpy", line 22: expected statement.
                    spacing 10
                              ^

File "game/screens2.rpy", line 23: expected statement.
                   
                   ^

File "game/screens2.rpy", line 24: expected statement.
                    hbox:
                        ^

File "game/screens2.rpy", line 25: expected statement.
                        xalign 1.0
                                ^

File "game/screens2.rpy", line 26: expected statement.
                        textbutton "关闭" action Hide("xxxx"):
                                       ^

File "game/screens2.rpy", line 27: expected statement.
                            background "#aa0000"
                                                ^

File "game/screens2.rpy", line 28: expected statement.
                            hover_background "#ff3333"
                                                      ^

File "game/screens2.rpy", line 29: expected statement.
                            text_color "#ffffff"
                                                ^

File "game/screens2.rpy", line 30: expected statement.
                            padding (15, 5)
                                    ^

File "game/screens2.rpy", line 31: expected statement.
                            xmargin 10
                                      ^

File "game/screens2.rpy", line 32: expected statement.
                            ymargin 10
                                      ^

Ren'Py Version: Ren'Py 6.99.11.1749
