소스 검색

fixed broken emoji.

mitm 5 년 전
부모
커밋
17b61d64b0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/docs/asciidoc/jme3/beginner/hello_collision.adoc

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

@@ -5,6 +5,7 @@
 :keywords: beginner, collision, control, intro, documentation, model, physics
 :relfileprefix: ../../
 :imagesdir: ../..
+:stylesheet: twemoji-awesome.css
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
@@ -206,7 +207,7 @@ public class HelloCollision extends SimpleApplication
 
 ----
 
-Run the sample. You should see a town square with houses and a monument. Use the WASD keys and the mouse to navigate around with a first-person perspective. Run forward and jump by pressing W and Space. Note how you step over the sidewalk, and up the steps to the monument. You can walk in the alleys between the houses, but the walls are solid. Don't walk over the edge of the world! emoji:smiley
+Run the sample. You should see a town square with houses and a monument. Use the WASD keys and the mouse to navigate around with a first-person perspective. Run forward and jump by pressing W and Space. Note how you step over the sidewalk, and up the steps to the monument. You can walk in the alleys between the houses, but the walls are solid. Don't walk over the edge of the world! emoji:smiley[]
 
 
 == Understanding the Code