Przeglądaj źródła

Update hello_main_event_loop.adoc

Added new line break to tip and fixed broken horizontal rule.
mitm001 9 lat temu
rodzic
commit
d5d9a62d44

+ 2 - 1
src/docs/asciidoc/jme3/beginner/hello_main_event_loop.adoc

@@ -128,7 +128,7 @@ Look back at the <<jme3/beginner/hello_node#,Hello Node>> tutorial if you do not
 
 [IMPORTANT]
 ====
-Link to user-proposed solutions: <<jm3/solutions#,Some proposed solutions>>
+Link to user-proposed solutions: <<jm3/solutions#,Some proposed solutions>> +
 +++<u>Be sure to try to solve them for yourself first!</u>+++
 ====
 
@@ -139,6 +139,7 @@ Link to user-proposed solutions: <<jm3/solutions#,Some proposed solutions>>
 Now you are listening to the update loop, “the heart beat of the game, and you can add all kinds of action to it. 
 
 The next thing the game needs is some _inter_action! Continue learning how to <<jme3/beginner/hello_input_system#,respond to user input>>.
+
 '''
 
 See also: