Twin-Stick-2D-Shoot-Em-Up/docs/Player.xml
2025-04-15 12:00:09 -07:00

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>