22 lines
691 B
XML
22 lines
691 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Player" inherits="CharacterBody2D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd">
|
|
<brief_description>
|
|
The main player character for the Twin Stick Shooter
|
|
</brief_description>
|
|
<description>
|
|
The complete player character for all player functions.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="VariableSpeed" type="Float" setter="SetSpeed" getter="GetSpeed">
|
|
The speed of the character.
|
|
</member>
|
|
</members>
|
|
<signals>
|
|
</signals>
|
|
<constants>
|
|
</constants>
|
|
</class>
|