Skip to content

Commit 536bfcc

Browse files
authored
Adding Bernkastel poem
1 parent 8a15de7 commit 536bfcc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Update/some_001.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ void main()
1919

2020
//#1 山中の不審火
2121

22+
DisableWindow();
23+
SetValidityOfInput( FALSE );
24+
DrawScene( "black", 1000 );
25+
DrawScene( "some_fre", 1000 );
26+
Wait( 15000 );
27+
SetValidityOfInput( TRUE );
28+
2229
DisableWindow();
2330
SetValidityOfInput( FALSE );
2431
DrawScene( "hikari", 1000 );

0 commit comments

Comments
 (0)