Browse Source

emoji test.

mitm 6 years ago
parent
commit
da8b324ee9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/docs/asciidoc/jme3/advanced/custom_controls.adoc

+ 1 - 3
src/docs/asciidoc/jme3/advanced/custom_controls.adoc

@@ -4,8 +4,6 @@
 :revdate: 2016/03/17 20:48
 :relfileprefix: ../../
 :imagesdir: ../..
-:data-uri:
-:cache-uri:
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
@@ -56,7 +54,7 @@ Examples: You can write
 *  An IdleBehaviourControl that remote-controls NPC behaviour in neutral situations.
 *  A DestructionControl that automatically replaces a structure with an appropriate piece of debris after collision with a projectile…
 
-The possibilities are endless. emoji:smiley[] emoji:smiley[2x] emoji:smiley[4x]
+The possibilities are endless. emoji:smiley[] emoji:smiley[2x] emoji:smiley[4x] :smiley:
 
 
 == Example Code