Parcourir la source

Merge pull request #53 from mitm001/patch-9

Update hello_main_event_loop.adoc
mitm001 il y a 9 ans
Parent
commit
3b5cb1fc4d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/docs/asciidoc/jme3/beginner/hello_main_event_loop.adoc

+ 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: