mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 18:31:17 +00:00
30 lines
1.7 KiB
XML
30 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 2.43.0 (0)
|
|
-->
|
|
<!-- Title: BBM::GameState Pages: 1 -->
|
|
<svg width="108pt" height="99pt"
|
|
viewBox="0.00 0.00 108.00 99.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 95)">
|
|
<title>BBM::GameState</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-95 104,-95 104,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="A class representing the current game state. This allow one to retain information between update call...">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-90.5 100,-90.5 100,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="50" y="-78.5" font-family="Helvetica,sans-Serif" font-size="10.00">BBM::GameState</text>
|
|
<polyline fill="none" stroke="black" points="0,-71.5 100,-71.5 "/>
|
|
<text text-anchor="start" x="8" y="-59.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ previousScene</text>
|
|
<text text-anchor="start" x="8" y="-48.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ currentScene</text>
|
|
<text text-anchor="start" x="8" y="-37.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ nextScene</text>
|
|
<text text-anchor="start" x="8" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ loadedScenes</text>
|
|
<polyline fill="none" stroke="black" points="0,-19.5 100,-19.5 "/>
|
|
<text text-anchor="middle" x="50" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00"> </text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|