HugoCortell/Project-Concrete-WIKI

Sample Documentation Issue

Closed this issue · 0 comments

Github supports comments in markdown by writing:
[comment]: <> (This is a comment, it is only visible inside the editor-only menu)
<!-- This works too! And its easier to paste. -->

Otherwise, you can use the Issue Tracker (which will allow you to also reference the game's code in comparison to the wiki.
For example:

Teleport movement in code but not wiki

In Player.cs it says

void TotallyLegitVRTeleportCode()
{
     //This is teleport code!
}

But the Concept Design Document says

The player will be able to walk around with slide movement and manipulate physics objects with his hands.

Absolutely barbaric pls fix.