Browse Source

Examples: Added physics tag to webxr_xr_ballshooter.

Mr.doob 1 year ago
parent
commit
2bd56174d6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/tags.json

+ 2 - 1
examples/tags.json

@@ -103,5 +103,6 @@
 	"misc_controls_map": [ "drag" ],
 	"misc_controls_orbit": [ "rotation" ],
 	"misc_controls_trackball": [ "rotation" ],
-	"misc_controls_transform": [ "scale", "rotate", "translate" ]
+	"misc_controls_transform": [ "scale", "rotate", "translate" ],
+	"webxr_xr_ballshooter": [ "physics" ]
 }