Added game control UI

This commit is contained in:
Kristofers Solo 2021-11-14 20:09:45 +02:00
parent fdc4f4d6e4
commit d4b2c25a0a
82 changed files with 2516 additions and 1231 deletions

View File

@ -42,42 +42,42 @@ fps=false
input_right={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null)
]
}
input_left={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
]
}
input_up={
"deadzone": 0.49,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
]
}
input_down={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
]
}
input_debug={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":96,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":96,"unicode":0,"echo":false,"script":null)
]
}
input_enter={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"unicode":0,"echo":false,"script":null)
]
}
input_shift={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"unicode":0,"echo":false,"script":null)
]
}
input_shoot={
@ -87,42 +87,42 @@ input_shoot={
}
esc={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"unicode":0,"echo":false,"script":null)
]
}
rotation_increase={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":69,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":69,"unicode":0,"echo":false,"script":null)
]
}
rotation_decrease={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":81,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":81,"unicode":0,"echo":false,"script":null)
]
}
line={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777351,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777351,"unicode":0,"echo":false,"script":null)
]
}
sine={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777352,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777352,"unicode":0,"echo":false,"script":null)
]
}
hyper={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777353,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777353,"unicode":0,"echo":false,"script":null)
]
}
parab={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777354,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777354,"unicode":0,"echo":false,"script":null)
]
}
fullscreen_toggle={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777254,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777254,"unicode":0,"echo":false,"script":null)
]
}

View File

@ -1,5 +1,7 @@
extends Control
var player_amount = 1
var player = load("res://source/entities/player/player_node.tscn")
var current_spawn_location_instance_number = 1
@ -57,7 +59,7 @@ func _process(_delta: float) -> void:
controls.show()
if get_tree().network_peer != null:
if get_tree().get_network_connected_peers().size() >= 1 and get_tree().is_network_server():
if get_tree().get_network_connected_peers().size() >= player_amount and get_tree().is_network_server():
start_game.show()
else:
start_game.hide()

View File

@ -3,6 +3,8 @@ extends Node2D
var current_spawn_location_instance_number = 1
var current_player_location_instance_number = null
var time = 20
onready var phase = $controls/timer/phase
onready var timer = $controls/timer/timer
var globalActivePhase = null
@ -12,6 +14,7 @@ func _ready() -> void:
setup_player_positions()
Global.start_game(true)
func setup_player_positions() -> void:
for player in PersistentNodes.get_children():
if player.is_in_group("Player"):
@ -29,11 +32,8 @@ func _player_disconnected(id) -> void:
PersistentNodes.get_node(str(id)).queue_free()
func _on_timer_timeout():
time -= 1
func _process(delta):
globalActivePhase = Global.get_current_phase()
if globalActivePhase["active"] != null:
$timer.text = str(globalActivePhase["active"]["phase_name"])
phase.text = str(globalActivePhase["active"]["phase_name"])
print(time)

View File

@ -13,9 +13,7 @@ func _ready():
func _on_Line_pressed():
Global.set('control', self)
return true
pass # Replace with function body.
func _on_Sine_pressed():
Global.set('sine_button', self)
pass # Replace with function body.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="60"
height="60"
viewBox="0 0 15.875 15.875"
version="1.1"
id="svg850"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="menu_button.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview852"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="2.2449495"
inkscape:cx="50.112486"
inkscape:cy="127.17435"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs847" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_143"
data-name="Rectangle 143"
d="M 0,0 H 15.875 V 10.583333 A 5.2916667,5.2916667 0 0 1 10.583333,15.875 H 0 Z"
fill="#1c142d"
style="stroke-width:0.352777" />
<g
id="g834"
transform="scale(0.35277777)">
<rect
id="Rectangle_144"
data-name="Rectangle 144"
width="19"
height="3"
transform="translate(13,16)"
fill="#ffffff"
x="0"
y="0" />
<rect
id="Rectangle_146"
data-name="Rectangle 146"
width="19"
height="3"
transform="translate(13,21)"
fill="#ffffff"
x="0"
y="0" />
<rect
id="Rectangle_147"
data-name="Rectangle 147"
width="19"
height="3"
transform="translate(13,26)"
fill="#ffffff"
x="0"
y="0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,79 +1,83 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="45"
height="45"
viewBox="0 0 45 45"
width="60"
height="60"
viewBox="0 0 15.875 15.875"
version="1.1"
id="svg12"
sodipodi:docname="menu_button_hover.svg"
id="svg850"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="menu_button_hover.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview14"
id="namedview852"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="7"
inkscape:cx="-5.5"
inkscape:cy="35.5"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="-7.9066367"
inkscape:cy="55.123735"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="trinity_site_input_button_3_1" />
inkscape:current-layer="layer1" />
<defs
id="defs5">
<clipPath
id="clip-trinity_site_input_button_3_1">
<rect
width="45"
height="45"
id="rect2" />
</clipPath>
</defs>
id="defs847" />
<g
id="trinity_site_input_button_3_1"
data-name="trinity_site_input_button_3 1"
clip-path="url(#clip-trinity_site_input_button_3_1)">
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_143"
data-name="Rectangle 143"
d="M0,0H45a0,0,0,0,1,0,0V30A15,15,0,0,1,30,45H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z"
fill="#1c142d" />
d="M 0,0 H 15.875 V 10.583333 A 5.2916667,5.2916667 0 0 1 10.583333,15.875 H 0 Z"
fill="#1c142d"
style="stroke-width:0.352777" />
<g
id="g834"
transform="scale(0.35277777)"
style="fill:#b3b3b3;fill-opacity:1">
<rect
id="Rectangle_144"
data-name="Rectangle 144"
width="19"
height="3"
transform="translate(13 16)"
fill="#fff"
transform="translate(13,16)"
fill="#ffffff"
x="0"
y="0"
style="fill:#b3b3b3;fill-opacity:1" />
<rect
id="Rectangle_146"
data-name="Rectangle 146"
width="19"
height="3"
transform="translate(13 21)"
fill="#fff"
transform="translate(13,21)"
fill="#ffffff"
x="0"
y="0"
style="fill:#b3b3b3;fill-opacity:1" />
<rect
id="Rectangle_147"
data-name="Rectangle 147"
width="19"
height="3"
transform="translate(13 26)"
fill="#fff"
transform="translate(13,26)"
fill="#ffffff"
x="0"
y="0"
style="fill:#b3b3b3;fill-opacity:1" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="60"
height="60"
viewBox="0 0 15.875 15.875"
version="1.1"
id="svg850"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="menu_button_pressed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview852"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="-7.9066367"
inkscape:cy="55.123735"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs847" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_143"
data-name="Rectangle 143"
d="M 0,0 H 15.875 V 10.583333 A 5.2916667,5.2916667 0 0 1 10.583333,15.875 H 0 Z"
fill="#1c142d"
style="stroke-width:0.352777" />
<g
id="g834"
transform="scale(0.35277777)"
style="fill:#999999;fill-opacity:1">
<rect
id="Rectangle_144"
data-name="Rectangle 144"
width="19"
height="3"
transform="translate(13,16)"
fill="#ffffff"
x="0"
y="0"
style="fill:#999999;fill-opacity:1" />
<rect
id="Rectangle_146"
data-name="Rectangle 146"
width="19"
height="3"
transform="translate(13,21)"
fill="#ffffff"
x="0"
y="0"
style="fill:#999999;fill-opacity:1" />
<rect
id="Rectangle_147"
data-name="Rectangle 147"
width="19"
height="3"
transform="translate(13,26)"
fill="#ffffff"
x="0"
y="0"
style="fill:#999999;fill-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<clipPath id="clip-trinity_site_input_button_3_1">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_3_1" data-name="trinity_site_input_button_3 1" clip-path="url(#clip-trinity_site_input_button_3_1)">
<path id="Rectangle_143" data-name="Rectangle 143" d="M0,0H45a0,0,0,0,1,0,0V30A15,15,0,0,1,30,45H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" fill="#1c142d"/>
<rect id="Rectangle_144" data-name="Rectangle 144" width="19" height="3" transform="translate(13 16)" fill="#fff"/>
<rect id="Rectangle_146" data-name="Rectangle 146" width="19" height="3" transform="translate(13 21)" fill="#fff"/>
<rect id="Rectangle_147" data-name="Rectangle 147" width="19" height="3" transform="translate(13 26)" fill="#fff"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 920 B

View File

@ -1,101 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="45"
height="45"
viewBox="0 0 45 45"
version="1.1"
id="svg12"
sodipodi:docname="menu_button_pressed.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview14"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
showgrid="false"
inkscape:zoom="14"
inkscape:cx="22.464286"
inkscape:cy="22.464286"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="trinity_site_input_button_3_1" />
<defs
id="defs5">
<clipPath
id="clip-trinity_site_input_button_3_1">
<rect
width="45"
height="45"
id="rect2" />
</clipPath>
</defs>
<g
id="trinity_site_input_button_3_1"
data-name="trinity_site_input_button_3 1"
clip-path="url(#clip-trinity_site_input_button_3_1)">
<path
id="Rectangle_143"
data-name="Rectangle 143"
d="M0,0H45a0,0,0,0,1,0,0V30A15,15,0,0,1,30,45H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z"
fill="#1c142d" />
<rect
id="Rectangle_144"
data-name="Rectangle 144"
width="19"
height="3"
transform="translate(13 16)"
fill="#fff" />
<rect
id="Rectangle_146"
data-name="Rectangle 146"
width="19"
height="3"
transform="translate(13,21)"
fill="#ffffff"
x="0"
y="0" />
<rect
id="Rectangle_147"
data-name="Rectangle 147"
width="19"
height="3"
transform="translate(13 26)"
fill="#fff" />
<rect
id="rect933"
data-name="Rectangle 144"
width="19"
height="3"
transform="translate(13 16)"
fill="#fff"
style="stroke:none;stroke-opacity:1;fill:#999999;fill-opacity:1" />
<rect
id="rect935"
data-name="Rectangle 146"
width="19"
height="3"
transform="translate(13,21)"
fill="#ffffff"
x="0"
y="0"
style="stroke:none;stroke-opacity:1;fill:#999999;fill-opacity:1" />
<rect
id="rect937"
data-name="Rectangle 147"
width="19"
height="3"
transform="translate(13 26)"
fill="#fff"
style="stroke:none;stroke-opacity:1;fill:#999999;fill-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="450"
height="80"
viewBox="0 0 119.0625 21.166668"
version="1.1"
id="svg928"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="background_panel.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview930"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="1.587419"
inkscape:cx="91.028266"
inkscape:cy="152.7637"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="Rectangle_148" />
<defs
id="defs925" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="Group_159"
data-name="Group 159"
transform="matrix(0.47625,0,0,0.47625,-15.334821,29.839286)">
<g
id="Rectangle_148"
data-name="Rectangle 148"
transform="translate(32.199099,-62.654669)"
fill="#4358aa"
stroke="#556ece"
stroke-width="4">
<path
d="M 1.7948405,1.7948405 H 248.20516 V 5.880317 A 44.353858,36.769288 0 0 1 203.8513,42.649605 H 46.148701 A 44.353858,36.769288 0 0 1 1.7948405,5.880317 Z"
stroke="none"
id="path7"
style="stroke:#556ece;stroke-width:3.58968;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g2804"
transform="translate(4.2711487,-47.965266)" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,308 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="500"
height="100"
viewBox="0 0 500 100"
version="1.1"
id="svg60"
sodipodi:docname="trinity_site_display_screen.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview62"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
showgrid="false"
inkscape:zoom="1.223"
inkscape:cx="47.833197"
inkscape:cy="-125.51104"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="svg60" />
<defs
id="defs5">
<clipPath
id="clip-trinity_site_display_screen">
<rect
width="250"
height="45"
id="rect2"
x="0"
y="0" />
</clipPath>
</defs>
<g
id="trinity_site_display_screen"
clip-path="url(#clip-trinity_site_display_screen)"
transform="scale(1.8)">
<g
id="Group_159"
data-name="Group 159">
<g
id="Rectangle_148"
data-name="Rectangle 148"
transform="translate(0,-5)"
fill="#4358aa"
stroke="#556ece"
stroke-width="4">
<path
d="M 0,0 H 250 V 5 A 45,45 0 0 1 205,50 H 45 A 45,45 0 0 1 0,5 Z"
stroke="none"
id="path7" />
<path
d="m 4,2 h 242 a 2,2 0 0 1 2,2 V 5 A 43,43 0 0 1 205,48 H 45 A 43,43 0 0 1 2,5 V 4 A 2,2 0 0 1 4,2 Z"
fill="none"
id="path9" />
</g>
<text
id="_00:15"
data-name="00:15"
transform="translate(89,24)"
fill="#ffffff"
font-size="28px"
font-family="Ramabhadra"><tspan
x="0"
y="0"
id="tspan12">00:15</tspan></text>
<g
id="Group_155"
data-name="Group 155"
transform="translate(0,5)">
<rect
id="Rectangle_140"
data-name="Rectangle 140"
width="53"
height="6"
transform="translate(32,20)"
fill="#9c2b46"
x="0"
y="0" />
<rect
id="Rectangle_149"
data-name="Rectangle 149"
width="39"
height="6"
transform="translate(32,20)"
fill="#5df36c"
x="0"
y="0" />
<g
id="Ellipse_633"
data-name="Ellipse 633"
transform="translate(22,16)"
fill="#60992d"
stroke="#ffffff"
stroke-width="1">
<circle
cx="6.5"
cy="6.5"
r="6.5"
stroke="none"
id="circle17" />
<circle
cx="6.5"
cy="6.5"
r="6"
fill="none"
id="circle19" />
</g>
</g>
<text
id="MOVEMENT_PHASE"
data-name="MOVEMENT PHASE"
transform="translate(92,36)"
fill="#ffffff"
font-size="7px"
font-family="Ramabhadra"><tspan
x="0"
y="0"
id="tspan23">MOVEMENT PHASE</tspan></text>
<g
id="Group_156"
data-name="Group 156"
transform="translate(0,-13)">
<rect
id="Rectangle_140-2"
data-name="Rectangle 140"
width="53"
height="6"
transform="translate(32,20)"
fill="#9c2b46"
x="0"
y="0" />
<rect
id="Rectangle_149-2"
data-name="Rectangle 149"
width="34"
height="6"
transform="translate(32,20)"
fill="#5df36c"
x="0"
y="0" />
<g
id="Ellipse_633-2"
data-name="Ellipse 633"
transform="translate(22,16)"
fill="#ffb400"
stroke="#ffffff"
stroke-width="1">
<circle
cx="6.5"
cy="6.5"
r="6.5"
stroke="none"
id="circle28" />
<circle
cx="6.5"
cy="6.5"
r="6"
fill="none"
id="circle30" />
</g>
</g>
<g
id="Group_157"
data-name="Group 157"
transform="translate(165,21)">
<rect
id="Rectangle_140-3"
data-name="Rectangle 140"
width="53"
height="6"
transform="translate(0,4)"
fill="#9c2b46"
x="0"
y="0" />
<rect
id="Rectangle_149-3"
data-name="Rectangle 149"
width="40"
height="6"
transform="translate(13,4)"
fill="#5df36c"
x="0"
y="0" />
<g
id="Ellipse_633-3"
data-name="Ellipse 633"
transform="translate(50)"
fill="#da627d"
stroke="#ffffff"
stroke-width="1">
<circle
cx="6.5"
cy="6.5"
r="6.5"
stroke="none"
id="circle36" />
<circle
cx="6.5"
cy="6.5"
r="6"
fill="none"
id="circle38" />
</g>
</g>
<g
id="Group_158"
data-name="Group 158"
transform="translate(165,3)">
<rect
id="Rectangle_140-4"
data-name="Rectangle 140"
width="53"
height="6"
transform="translate(0,4)"
fill="#9c2b46"
x="0"
y="0" />
<rect
id="Rectangle_149-4"
data-name="Rectangle 149"
width="31"
height="6"
transform="translate(22,4)"
fill="#5df36c"
x="0"
y="0" />
<g
id="Ellipse_633-4"
data-name="Ellipse 633"
transform="translate(50)"
fill="#2ca6a4"
stroke="#ffffff"
stroke-width="1">
<circle
cx="6.5"
cy="6.5"
r="6.5"
stroke="none"
id="circle44" />
<circle
cx="6.5"
cy="6.5"
r="6"
fill="none"
id="circle46" />
</g>
</g>
<path
id="Polygon_1"
data-name="Polygon 1"
d="M 4,0 5,2.975 8,3.056 5.618,4.975 6.472,8 4,6.211 1.528,8 2.382,4.975 0,3.056 3,2.975 Z"
transform="translate(24.5,5.5)"
fill="#b98300" />
<g
id="Group_4"
data-name="Group 4"
transform="translate(-1214.554,-624.317)">
<path
id="Path_23"
data-name="Path 23"
d="m 1204.068,620.1 c 0,0 -1.995,-0.681 -1.168,0.751 -2,0 -0.6,1.209 -0.6,1.209 0,0 0.813,0.626 3.754,0.25 0.12,-1.085 -1.986,-2.21 -1.986,-2.21 z"
transform="translate(37,29.699)"
fill="#45711d" />
<path
id="Path_25"
data-name="Path 25"
d="m 2.247,0.162 c 0,0 -1.995,-0.681 -1.168,0.751 -2,0 -0.6,1.21 -0.6,1.21 0,0 0.813,0.626 3.754,0.25 C 4.353,1.288 2.247,0.162 2.247,0.162 Z"
transform="rotate(180,623.6435,327.2595)"
fill="#45711d" />
<path
id="Path_24"
data-name="Path 24"
d="m 2.247,0.162 c 0,0 -1.995,-0.681 -1.168,0.751 -2,0 -0.6,1.21 -0.6,1.21 0,0 0.813,0.626 3.754,0.25 C 4.353,1.288 2.247,0.162 2.247,0.162 Z"
transform="rotate(90,298.865,946.682)"
fill="#45711d" />
<path
id="Path_26"
data-name="Path 26"
d="m 2.247,0.162 c 0,0 -1.995,-0.681 -1.168,0.751 -2,0 -0.6,1.21 -0.6,1.21 0,0 0.813,0.626 3.754,0.25 C 4.353,1.288 2.247,0.162 2.247,0.162 Z"
transform="rotate(-90,948.4615,-292.1005)"
fill="#45711d" />
</g>
<path
id="Path_27"
data-name="Path 27"
d="m 1952.645,650.882 c 0,0 -5.623,8.686 0,8.686 5.623,0 0,-8.686 0,-8.686 z"
transform="translate(-1731.146,-645.554)"
fill="#1d6a69" />
<path
id="Path_28"
data-name="Path 28"
d="m 2663.244,715.424 c -1.792,-3.135 -3.552,-1.738 -2.967,0.336 0.463,1.642 2.967,3.919 2.967,3.919 0,0 2.417,-2.081 2.912,-3.919 0.554,-2.06 -1.15,-3.704 -2.912,-0.336 z"
transform="translate(-2441.713,-688.235)"
fill="#b7556b" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="550"
height="150"
viewBox="0 0 145.52082 39.687501"
version="1.1"
id="svg2233"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="trinity_site_input_background.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2235"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:lockguides="true"
inkscape:zoom="1"
inkscape:cx="325.5"
inkscape:cy="287.5"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2230">
<marker
style="overflow:visible"
id="Arrow1Lstart"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lstart"
inkscape:isstock="true">
<path
transform="matrix(0.8,0,0,0.8,10,0)"
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path12738" />
</marker>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
d="M 0.69298006,0.69298006 H 110.96097 c 18.73824,0 33.92861,13.04491494 33.92861,29.13665794 v 9.226609 H 0.69298006 Z"
stroke="none"
id="path7"
style="fill:#4358aa;stroke:#556ece;stroke-width:1.32423;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
sodipodi:nodetypes="cssccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg881"
sodipodi:docname="hyperbol_active.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview883"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="17.038245"
inkscape:cy="50.446569"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs878" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#3d64fe;fill-opacity:1;stroke:#ffffff;stroke-width:1.41697;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229167"
cy="13.229156"
rx="12.520679"
ry="12.520667" />
<path
id="Path_329"
data-name="Path 329"
d="m 7.5172091,15.851702 c 0,0 -0.9491431,-6.3630049 11.6389379,-4.791936"
fill="none"
stroke="#ffffff"
stroke-width="0.529167"
stroke-dasharray="2"
style="stroke-width:0.92604167;stroke-miterlimit:0;stroke-dasharray:0.92604167,0.92604167;stroke-dashoffset:0" />
<path
d="M 4.4834136,21.754609 H 23.518283 v 3.292604 a 1.5433677,1.411112 0 0 1 -1.543368,1.411112 H 2.9400465 v -3.292601 a 1.5433677,1.411112 0 0 1 1.5433671,-1.411115 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983833" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg881"
sodipodi:docname="hyperbol_inactive.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview883"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="17.038245"
inkscape:cy="50.446569"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs878" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#546dcd;fill-opacity:1;stroke:#ffffff;stroke-width:1.41697;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229167"
cy="13.229156"
rx="12.521"
ry="12.520667" />
<path
id="Path_329"
data-name="Path 329"
d="m 7.5172091,15.851702 c 0,0 -0.9491431,-6.3630049 11.6389379,-4.791936"
fill="none"
stroke="#ffffff"
stroke-width="0.529167"
stroke-dasharray="2"
style="stroke-width:0.92604167;stroke-miterlimit:0;stroke-dasharray:0.92604167,0.92604167;stroke-dashoffset:0" />
<path
d="M 4.4834136,21.754609 H 23.518283 v 3.292604 a 1.5433677,1.411112 0 0 1 -1.543368,1.411112 H 2.9400465 v -3.292601 a 1.5433677,1.411112 0 0 1 1.5433671,-1.411115 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983833" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg867"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="line_active.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview869"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="3.174838"
inkscape:cx="54.963434"
inkscape:cy="20.945951"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs864" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#3d64fe;fill-opacity:1;stroke:#ffffff;stroke-width:1.41697;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229165"
cy="13.229155"
rx="12.520679"
ry="12.520667" />
<path
id="Path_329"
data-name="Path 329"
d="m 6.7607314,17.387995 c 0,0 11.4897146,-7.137894 12.8907966,-8.3490941"
fill="none"
stroke="#ffffff"
stroke-width="0.764352"
stroke-dasharray="2"
style="stroke-width:0.92604167;stroke-miterlimit:4;stroke-dasharray:0.92604167,0.92604167;stroke-dashoffset:0" />
<path
d="M 4.4834125,21.754607 H 23.518282 v 3.292604 a 1.5433677,1.411112 0 0 1 -1.543369,1.411112 H 2.9400453 v -3.292601 a 1.5433677,1.411112 0 0 1 1.5433672,-1.411115 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983833" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458332 26.458332"
version="1.1"
id="svg3455"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="line_inactive.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3457"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="2.2449495"
inkscape:cx="18.485939"
inkscape:cy="51.448819"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs3452" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#546dcd;fill-opacity:1;stroke:#ffffff;stroke-width:1.417;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229167"
cy="13.229213"
rx="12.520668"
ry="12.520665" />
<path
id="Path_329"
data-name="Path 329"
d="m 6.783911,17.403175 c 0,0 11.489983,-7.137893 12.891098,-8.349094"
fill="none"
stroke="#ffffff"
stroke-width="0.764352"
stroke-dasharray="2"
style="stroke-width:0.92604162;stroke-miterlimit:4;stroke-dasharray:0.92604162,0.92604162;stroke-dashoffset:0" />
<path
d="M 4.4832094,21.754663 H 23.518525 v 3.292604 A 1.5434039,1.4111117 0 0 1 21.97512,26.458379 H 2.939806 v -3.292603 a 1.5434039,1.4111117 0 0 1 1.5434034,-1.411113 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983844" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg867"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="parabol_active.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview869"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="3.174838"
inkscape:cx="54.963434"
inkscape:cy="20.945951"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs864" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#3d64fe;fill-opacity:1;stroke:#ffffff;stroke-width:1.41697;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229165"
cy="13.229155"
rx="12.520679"
ry="12.520667" />
<path
d="M 4.4834125,21.754607 H 23.518282 v 3.292604 a 1.5433677,1.411112 0 0 1 -1.543369,1.411112 H 2.9400453 v -3.292601 a 1.5433677,1.411112 0 0 1 1.5433672,-1.411115 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983833" />
<g
id="g925">
<g
id="g870"
transform="matrix(0.48421545,0,0,0.51264466,2.3385155,3.5453738)">
<path
id="Path_329"
data-name="Path 329"
d="m 1795,904.946 c 0,0 8.215,-43.835 19.96,0"
transform="translate(-1782.48,-876)"
fill="none"
stroke="#ffffff"
stroke-width="2"
stroke-dasharray="2" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458332 26.458332"
version="1.1"
id="svg3455"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="parabol_inactive.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3457"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="43.096738"
inkscape:cy="31.515186"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs3452" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#546dcd;fill-opacity:1;stroke:#ffffff;stroke-width:1.417;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229167"
cy="13.229213"
rx="12.520668"
ry="12.520665" />
<path
d="M 4.4832094,21.754663 H 23.518525 v 3.292604 A 1.5434039,1.4111117 0 0 1 21.97512,26.458379 H 2.939806 v -3.292603 a 1.5434039,1.4111117 0 0 1 1.5434034,-1.411113 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983844" />
<g
id="g870"
transform="matrix(0.48421545,0,0,0.51264466,2.3385155,3.5453738)">
<path
id="Path_329"
data-name="Path 329"
d="m 1795,904.946 c 0,0 8.215,-43.835 19.96,0"
transform="translate(-1782.48,-876)"
fill="none"
stroke="#ffffff"
stroke-width="2"
stroke-dasharray="2" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg867"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="sin_active.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview869"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="3.174838"
inkscape:cx="54.963434"
inkscape:cy="20.945951"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs864" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#3d64fe;fill-opacity:1;stroke:#ffffff;stroke-width:1.41697;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229165"
cy="13.229155"
rx="12.520679"
ry="12.520667" />
<path
d="M 4.4834125,21.754607 H 23.518282 v 3.292604 a 1.5433677,1.411112 0 0 1 -1.543369,1.411112 H 2.9400453 v -3.292601 a 1.5433677,1.411112 0 0 1 1.5433672,-1.411115 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983833" />
<g
id="g870"
transform="matrix(0.43908918,0,0,0.43908918,3.4560747,3.322369)">
<path
id="Path_329"
data-name="Path 329"
d="m 1795,904.946 c 0,0 6.789,-18.456 13.338,0 8.374,18.429 12.316,0.268 12.389,0"
transform="translate(-1785.364,-882.47)"
fill="none"
stroke="#ffffff"
stroke-width="2"
stroke-dasharray="2" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 26.458332 26.458332"
version="1.1"
id="svg3455"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="sin_inactive.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3457"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="3.174838"
inkscape:cx="63.467805"
inkscape:cy="13.701487"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs3452" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<ellipse
style="fill:#546dcd;fill-opacity:1;stroke:#ffffff;stroke-width:1.417;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1152"
cx="13.229167"
cy="13.229213"
rx="12.520668"
ry="12.520665" />
<path
d="M 4.4832094,21.754663 H 23.518525 v 3.292604 A 1.5434039,1.4111117 0 0 1 21.97512,26.458379 H 2.939806 v -3.292603 a 1.5434039,1.4111117 0 0 1 1.5434034,-1.411113 z"
fill="#ffffff"
id="path453-7-6"
style="stroke-width:0.0983844" />
<g
id="g917">
<g
id="g870"
transform="matrix(0.43908918,0,0,0.43908918,3.4560747,3.322369)">
<path
id="Path_329"
data-name="Path 329"
d="m 1795,904.946 c 0,0 6.789,-18.456 13.338,0 8.374,18.429 12.316,0.268 12.389,0"
transform="translate(-1785.364,-882.47)"
fill="none"
stroke="#ffffff"
stroke-width="2"
stroke-dasharray="2" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,51 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="65" viewBox="0 0 200 65">
<defs>
<filter id="Path_330" x="10.5" y="8.5" width="53.812" height="53.812" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="14.5" y="36.5" width="46" height="26" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_display_input">
<rect width="200" height="65"/>
</clipPath>
</defs>
<g id="trinity_site_display_input" clip-path="url(#clip-trinity_site_display_input)">
<g id="Rectangle_150" data-name="Rectangle 150" fill="#4358aa" stroke="#556ece" stroke-width="4">
<rect width="200" height="65" rx="30" stroke="none"/>
<rect x="2" y="2" width="196" height="61" rx="28" fill="none"/>
</g>
<g id="Group_152" data-name="Group 152" transform="translate(19.5 14.5)">
<g transform="matrix(1, 0, 0, 1, -19.5, -14.5)" filter="url(#Path_330)">
<g id="Path_330-2" data-name="Path 330" transform="translate(19.5 14.5)" fill="#3e66ff">
<path d="M 17.9058837890625 34.81176376342773 C 13.3901538848877 34.81176376342773 9.144713401794434 33.05324554443359 5.951623916625977 29.86014366149902 C 2.75852370262146 26.66705322265625 1.000003814697266 22.4216136932373 1.000003814697266 17.9058837890625 C 1.000003814697266 13.3901538848877 2.75852370262146 9.144713401794434 5.951623916625977 5.951623916625977 C 9.144713401794434 2.75852370262146 13.3901538848877 1.000003814697266 17.9058837890625 1.000003814697266 C 22.4216136932373 1.000003814697266 26.66705322265625 2.75852370262146 29.86014366149902 5.951623916625977 C 33.05324554443359 9.144713401794434 34.81176376342773 13.3901538848877 34.81176376342773 17.9058837890625 C 34.81176376342773 22.4216136932373 33.05324554443359 26.66705322265625 29.86014366149902 29.86014366149902 C 26.66705322265625 33.05324554443359 22.4216136932373 34.81176376342773 17.9058837890625 34.81176376342773 Z" stroke="none"/>
<path d="M 17.9058837890625 2.000003814697266 C 13.65726470947266 2.000003814697266 9.662954330444336 3.654502868652344 6.658723831176758 6.658723831176758 C 3.654502868652344 9.662954330444336 2.000003814697266 13.65726470947266 2.000003814697266 17.9058837890625 C 2.000003814697266 22.15450286865234 3.654502868652344 26.1488151550293 6.658723831176758 29.15304374694824 C 9.662954330444336 32.15726470947266 13.65726470947266 33.81176376342773 17.9058837890625 33.81176376342773 C 22.15450286865234 33.81176376342773 26.1488151550293 32.15726470947266 29.15304374694824 29.15304374694824 C 32.15726470947266 26.1488151550293 33.81176376342773 22.15450286865234 33.81176376342773 17.9058837890625 C 33.81176376342773 13.65726470947266 32.15726470947266 9.662954330444336 29.15304374694824 6.658723831176758 C 26.1488151550293 3.654502868652344 22.15450286865234 2.000003814697266 17.9058837890625 2.000003814697266 M 17.9058837890625 3.814697265625e-06 C 27.7950325012207 3.814697265625e-06 35.81176376342773 8.016733169555664 35.81176376342773 17.9058837890625 C 35.81176376342773 27.7950325012207 27.7950325012207 35.81176376342773 17.9058837890625 35.81176376342773 C 8.016733169555664 35.81176376342773 3.814697265625e-06 27.7950325012207 3.814697265625e-06 17.9058837890625 C 3.814697265625e-06 8.016733169555664 8.016733169555664 3.814697265625e-06 17.9058837890625 3.814697265625e-06 Z" stroke="none" fill="#fff"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, -19.5, -14.5)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H28a0,0,0,0,1,0,0V3a5,5,0,0,1-5,5H0A0,0,0,0,1,0,8V5A5,5,0,0,1,5,0Z" transform="translate(23.5 42.5)" fill="#fff"/>
</g>
<text id="PARABOL" transform="translate(8 33)" font-size="4" font-family="Ramabhadra"><tspan x="0" y="0">PARABOL</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,900.968s6.537-34.884,15.885,0" transform="translate(-1785.037 -877.932)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
<g id="Group_137" data-name="Group 137" transform="translate(-1073.5 -4.5)">
<text id="Active_formula" data-name="Active formula" transform="translate(1172 18)" fill="#fff" font-size="7" font-family="ArchivoBlack-Regular, Archivo"><tspan x="0" y="0">Active formula</tspan></text>
<text id="y_x2_x_" data-name="y= x2+ x+ " transform="translate(1137 33)" fill="#fff" font-size="14" font-family="Consolas-Bold, Consolas" font-weight="700"><tspan x="0" y="0" xml:space="preserve">y= x</tspan><tspan y="0" font-size="8.166" baseline-shift="4.666199819518059">2</tspan><tspan y="0" xml:space="preserve">+ x+ </tspan></text>
<rect id="Rectangle_123" data-name="Rectangle 123" width="17" height="17" transform="translate(1155 19)" fill="#556ece"/>
<rect id="Rectangle_124" data-name="Rectangle 124" width="18" height="17" transform="translate(1235 20)" fill="#556ece"/>
<rect id="Rectangle_125" data-name="Rectangle 125" width="18" height="17" transform="translate(1198 20)" fill="#556ece"/>
</g>
<path id="Rectangle_151" data-name="Rectangle 151" d="M10,0H50a0,0,0,0,1,0,0V5A10,10,0,0,1,40,15H0a0,0,0,0,1,0,0V10A10,10,0,0,1,10,0Z" transform="translate(67 38)" fill="#46bc51"/>
<path id="Rectangle_152" data-name="Rectangle 152" d="M10,0H50a0,0,0,0,1,0,0V5A10,10,0,0,1,40,15H0a0,0,0,0,1,0,0V10A10,10,0,0,1,10,0Z" transform="translate(127 38)" fill="#b17474"/>
<text id="Ready" transform="translate(75 49)" fill="#fff" font-size="10" font-family="ArchivoBlack-Regular, Archivo"><tspan x="0" y="0">Ready</tspan></text>
<text id="Skip" transform="translate(140 49)" fill="#fff" font-size="10" font-family="ArchivoBlack-Regular, Archivo"><tspan x="0" y="0">Skip</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,58 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="45" viewBox="0 0 250 45">
<defs>
<clipPath id="clip-trinity_site_display_screen">
<rect width="250" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_display_screen" clip-path="url(#clip-trinity_site_display_screen)">
<g id="Group_159" data-name="Group 159">
<g id="Rectangle_148" data-name="Rectangle 148" transform="translate(0 -5)" fill="#4358aa" stroke="#556ece" stroke-width="4">
<path d="M0,0H250a0,0,0,0,1,0,0V5a45,45,0,0,1-45,45H45A45,45,0,0,1,0,5V0A0,0,0,0,1,0,0Z" stroke="none"/>
<path d="M4,2H246a2,2,0,0,1,2,2V5a43,43,0,0,1-43,43H45A43,43,0,0,1,2,5V4A2,2,0,0,1,4,2Z" fill="none"/>
</g>
<text id="_00:15" data-name="00:15" transform="translate(89 24)" fill="#fff" font-size="28" font-family="Ramabhadra"><tspan x="0" y="0">00:15</tspan></text>
<g id="Group_155" data-name="Group 155" transform="translate(0 5)">
<rect id="Rectangle_140" data-name="Rectangle 140" width="53" height="6" transform="translate(32 20)" fill="#9c2b46"/>
<rect id="Rectangle_149" data-name="Rectangle 149" width="39" height="6" transform="translate(32 20)" fill="#5df36c"/>
<g id="Ellipse_633" data-name="Ellipse 633" transform="translate(22 16)" fill="#60992d" stroke="#fff" stroke-width="1">
<circle cx="6.5" cy="6.5" r="6.5" stroke="none"/>
<circle cx="6.5" cy="6.5" r="6" fill="none"/>
</g>
</g>
<text id="MOVEMENT_PHASE" data-name="MOVEMENT PHASE" transform="translate(92 36)" fill="#fff" font-size="7" font-family="Ramabhadra"><tspan x="0" y="0">MOVEMENT PHASE</tspan></text>
<g id="Group_156" data-name="Group 156" transform="translate(0 -13)">
<rect id="Rectangle_140-2" data-name="Rectangle 140" width="53" height="6" transform="translate(32 20)" fill="#9c2b46"/>
<rect id="Rectangle_149-2" data-name="Rectangle 149" width="34" height="6" transform="translate(32 20)" fill="#5df36c"/>
<g id="Ellipse_633-2" data-name="Ellipse 633" transform="translate(22 16)" fill="#ffb400" stroke="#fff" stroke-width="1">
<circle cx="6.5" cy="6.5" r="6.5" stroke="none"/>
<circle cx="6.5" cy="6.5" r="6" fill="none"/>
</g>
</g>
<g id="Group_157" data-name="Group 157" transform="translate(165 21)">
<rect id="Rectangle_140-3" data-name="Rectangle 140" width="53" height="6" transform="translate(0 4)" fill="#9c2b46"/>
<rect id="Rectangle_149-3" data-name="Rectangle 149" width="40" height="6" transform="translate(13 4)" fill="#5df36c"/>
<g id="Ellipse_633-3" data-name="Ellipse 633" transform="translate(50)" fill="#da627d" stroke="#fff" stroke-width="1">
<circle cx="6.5" cy="6.5" r="6.5" stroke="none"/>
<circle cx="6.5" cy="6.5" r="6" fill="none"/>
</g>
</g>
<g id="Group_158" data-name="Group 158" transform="translate(165 3)">
<rect id="Rectangle_140-4" data-name="Rectangle 140" width="53" height="6" transform="translate(0 4)" fill="#9c2b46"/>
<rect id="Rectangle_149-4" data-name="Rectangle 149" width="31" height="6" transform="translate(22 4)" fill="#5df36c"/>
<g id="Ellipse_633-4" data-name="Ellipse 633" transform="translate(50)" fill="#2ca6a4" stroke="#fff" stroke-width="1">
<circle cx="6.5" cy="6.5" r="6.5" stroke="none"/>
<circle cx="6.5" cy="6.5" r="6" fill="none"/>
</g>
</g>
<path id="Polygon_1" data-name="Polygon 1" d="M4,0,5,2.975l3,.081L5.618,4.975,6.472,8,4,6.211,1.528,8l.854-3.025L0,3.056l3-.081Z" transform="translate(24.5 5.5)" fill="#b98300"/>
<g id="Group_4" data-name="Group 4" transform="translate(-1214.554 -624.317)">
<path id="Path_23" data-name="Path 23" d="M1204.068,620.1s-1.995-.681-1.168.751c-2,0-.6,1.209-.6,1.209s.813.626,3.754.25C1206.174,621.225,1204.068,620.1,1204.068,620.1Z" transform="translate(37 29.699)" fill="#45711d"/>
<path id="Path_25" data-name="Path 25" d="M2.247.162S.252-.519,1.079.913c-2,0-.6,1.21-.6,1.21s.813.626,3.754.25C4.353,1.288,2.247.162,2.247.162Z" transform="translate(1247.287 654.519) rotate(180)" fill="#45711d"/>
<path id="Path_24" data-name="Path 24" d="M2.247.162S.252-.519,1.079.913c-2,0-.6,1.21-.6,1.21s.813.626,3.754.25C4.353,1.288,2.247.162,2.247.162Z" transform="translate(1245.547 647.817) rotate(90)" fill="#45711d"/>
<path id="Path_26" data-name="Path 26" d="M2.247.162S.252-.519,1.079.913c-2,0-.6,1.21-.6,1.21s.813.626,3.754.25C4.353,1.288,2.247.162,2.247.162Z" transform="translate(1240.562 656.361) rotate(-90)" fill="#45711d"/>
</g>
<path id="Path_27" data-name="Path 27" d="M1952.645,650.882s-5.623,8.686,0,8.686S1952.645,650.882,1952.645,650.882Z" transform="translate(-1731.146 -645.554)" fill="#1d6a69"/>
<path id="Path_28" data-name="Path 28" d="M2663.244,715.424c-1.792-3.135-3.552-1.738-2.967.336.463,1.642,2.967,3.919,2.967,3.919s2.417-2.081,2.912-3.919C2666.71,713.7,2665.006,712.056,2663.244,715.424Z" transform="translate(-2441.713 -688.235)" fill="#b7556b"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

View File

@ -1,123 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="75" viewBox="0 0 250 75">
<defs>
<filter id="Ellipse_632" x="64" y="18" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="69" y="53" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Ellipse_632-2" x="119" y="18" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-3"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-3"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142-2" x="124" y="53" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-4"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-4"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Ellipse_632-3" x="174" y="18" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-5"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-5"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142-3" x="179" y="53" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-6"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-6"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Path_330" x="9" y="18" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-7"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-7"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142-4" x="14" y="53" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-8"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-8"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_background-example">
<rect width="250" height="75"/>
</clipPath>
</defs>
<g id="trinity_site_input_background-example" clip-path="url(#clip-trinity_site_input_background-example)">
<g id="Rectangle_140" data-name="Rectangle 140" transform="translate(-5)" fill="#4358aa" stroke="#556ece" stroke-width="4">
<path d="M0,0H195a60,60,0,0,1,60,60V79a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" stroke="none"/>
<path d="M4,2H195a58,58,0,0,1,58,58V75a2,2,0,0,1-2,2H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2Z" fill="none"/>
</g>
<g id="Group_147" data-name="Group 147" transform="translate(73 24)">
<g transform="matrix(1, 0, 0, 1, -73, -24)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-4" data-name="Ellipse 632" transform="translate(73 24)" fill="#556ece" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, -73, -24)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-5" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(78 59)" fill="#fff"/>
</g>
<text id="HYPERBOL" transform="translate(9 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">HYPERBOL</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s-1.976-12.28,24.231-9.248" transform="translate(-1784.098 -877.581)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
<g id="Group_149" data-name="Group 149" transform="translate(128 24)">
<g transform="matrix(1, 0, 0, 1, -128, -24)" filter="url(#Ellipse_632-2)">
<g id="Ellipse_632-5" data-name="Ellipse 632" transform="translate(128 24)" fill="#556ece" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, -128, -24)" filter="url(#Rectangle_142-2)">
<path id="Rectangle_142-6" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(133 59)" fill="#fff"/>
</g>
<text id="LINE" transform="translate(17 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">LINE</tspan></text>
<path id="Path_329-2" data-name="Path 329" d="M1795,904.946s19.542-12.14,21.925-14.2" transform="translate(-1783.462 -875.347)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
<g id="Group_150" data-name="Group 150" transform="translate(183 24)">
<g transform="matrix(1, 0, 0, 1, -183, -24)" filter="url(#Ellipse_632-3)">
<g id="Ellipse_632-6" data-name="Ellipse 632" transform="translate(183 24)" fill="#556ece" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, -183, -24)" filter="url(#Rectangle_142-3)">
<path id="Rectangle_142-7" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(188 59)" fill="#fff"/>
</g>
<text id="SIN" transform="translate(19 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">SIN</tspan></text>
<path id="Path_329-3" data-name="Path 329" d="M1795,904.946s6.789-18.456,13.338,0c8.374,18.429,12.316.268,12.389,0" transform="translate(-1785.364 -882.47)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
<g id="Group_152" data-name="Group 152" transform="translate(18 24)">
<g transform="matrix(1, 0, 0, 1, -18, -24)" filter="url(#Path_330)">
<g id="Path_330-2" data-name="Path 330" transform="translate(18 24)" fill="#3e66ff">
<path d="M 22.5 44 C 19.59708023071289 44 16.78152084350586 43.43167877197266 14.13154029846191 42.31082916259766 C 11.57145023345947 41.22800827026367 9.272049903869629 39.67763900756836 7.297200202941895 37.70280075073242 C 5.322360038757324 35.72795104980469 3.771990060806274 33.42855072021484 2.689169883728027 30.86845970153809 C 1.568320035934448 28.21847915649414 1 25.40291976928711 1 22.5 C 1 19.59708023071289 1.568320035934448 16.78152084350586 2.689169883728027 14.13154029846191 C 3.771990060806274 11.57145023345947 5.322360038757324 9.272049903869629 7.297200202941895 7.297200202941895 C 9.272049903869629 5.322360038757324 11.57145023345947 3.771990060806274 14.13154029846191 2.689169883728027 C 16.78152084350586 1.568320035934448 19.59708023071289 1 22.5 1 C 25.40291976928711 1 28.21847915649414 1.568320035934448 30.86845970153809 2.689169883728027 C 33.42855072021484 3.771990060806274 35.72795104980469 5.322360038757324 37.70280075073242 7.297200202941895 C 39.67763900756836 9.272049903869629 41.22800827026367 11.57145023345947 42.31082916259766 14.13154029846191 C 43.43167877197266 16.78152084350586 44 19.59708023071289 44 22.5 C 44 25.40291976928711 43.43167877197266 28.21847915649414 42.31082916259766 30.86845970153809 C 41.22800827026367 33.42855072021484 39.67763900756836 35.72795104980469 37.70280075073242 37.70280075073242 C 35.72795104980469 39.67763900756836 33.42855072021484 41.22800827026367 30.86845970153809 42.31082916259766 C 28.21847915649414 43.43167877197266 25.40291976928711 44 22.5 44 Z" stroke="none"/>
<path d="M 22.5 2 C 19.73163986206055 2 17.04714012145996 2.541740417480469 14.52108955383301 3.61016845703125 C 12.0802001953125 4.642578125 9.887641906738281 6.120979309082031 8.004310607910156 8.004310607910156 C 6.120979309082031 9.887641906738281 4.642578125 12.0802001953125 3.61016845703125 14.52108955383301 C 2.541740417480469 17.04714012145996 2 19.73163986206055 2 22.5 C 2 25.26836013793945 2.541740417480469 27.95285987854004 3.61016845703125 30.47891044616699 C 4.642578125 32.9197998046875 6.120979309082031 35.11235809326172 8.004310607910156 36.99568939208984 C 9.887641906738281 38.87902069091797 12.0802001953125 40.357421875 14.52108955383301 41.38983154296875 C 17.04714012145996 42.45825958251953 19.73163986206055 43 22.5 43 C 25.26836013793945 43 27.95285987854004 42.45825958251953 30.47891044616699 41.38983154296875 C 32.9197998046875 40.357421875 35.11235809326172 38.87902069091797 36.99568939208984 36.99568939208984 C 38.87902069091797 35.11235809326172 40.357421875 32.9197998046875 41.38983154296875 30.47891044616699 C 42.45825958251953 27.95285987854004 43 25.26836013793945 43 22.5 C 43 19.73163986206055 42.45825958251953 17.04714012145996 41.38983154296875 14.52108955383301 C 40.357421875 12.0802001953125 38.87902069091797 9.887641906738281 36.99568939208984 8.004310607910156 C 35.11235809326172 6.120979309082031 32.9197998046875 4.642578125 30.47891044616699 3.61016845703125 C 27.95285987854004 2.541740417480469 25.26836013793945 2 22.5 2 M 22.5 0 C 34.92641067504883 0 45 10.07358932495117 45 22.5 C 45 34.92641067504883 34.92641067504883 45 22.5 45 C 10.07358932495117 45 0 34.92641067504883 0 22.5 C 0 10.07358932495117 10.07358932495117 0 22.5 0 Z" stroke="none" fill="#fff"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, -18, -24)" filter="url(#Rectangle_142-4)">
<path id="Rectangle_142-8" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(23 59)" fill="#fff"/>
</g>
<text id="PARABOL" transform="translate(10 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">PARABOL</tspan></text>
<path id="Path_329-4" data-name="Path 329" d="M1795,904.946s8.215-43.835,19.96,0" transform="translate(-1782.48 -876)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
<text id="WEAPON_FUNCTION_ARSENAL" data-name="WEAPON FUNCTION ARSENAL" transform="translate(3 15)" fill="#fff" font-size="7" font-family="Ramabhadra"><tspan x="0" y="0">WEAPON FUNCTION ARSENAL</tspan></text>
<text id="GOVERNMENT_ISSUED_-_V.613.92.1" data-name="GOVERNMENT ISSUED - V.613.92.1" transform="translate(41 20)" fill="#1d348d" font-size="4" font-family="Ramabhadra"><tspan x="0" y="0">GOVERNMENT ISSUED - V.613.92.1</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,15 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="75" viewBox="0 0 250 75">
<defs>
<clipPath id="clip-trinity_site_input_background">
<rect width="250" height="75"/>
</clipPath>
</defs>
<g id="trinity_site_input_background" clip-path="url(#clip-trinity_site_input_background)">
<g id="Rectangle_140" data-name="Rectangle 140" transform="translate(-5)" fill="#4358aa" stroke="#556ece" stroke-width="4">
<path d="M0,0H195a60,60,0,0,1,60,60V79a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z" stroke="none"/>
<path d="M4,2H195a58,58,0,0,1,58,58V75a2,2,0,0,1-2,2H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2Z" fill="none"/>
</g>
<text id="WEAPON_FUNCTION_ARSENAL" data-name="WEAPON FUNCTION ARSENAL" transform="translate(3 15)" fill="#fff" font-size="7" font-family="Ramabhadra"><tspan x="0" y="0">WEAPON FUNCTION ARSENAL</tspan></text>
<text id="GOVERNMENT_ISSUED_-_V.613.92.1" data-name="GOVERNMENT ISSUED - V.613.92.1" transform="translate(41 20)" fill="#1d348d" font-size="4" font-family="Ramabhadra"><tspan x="0" y="0">GOVERNMENT ISSUED - V.613.92.1</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Ellipse_632" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_1">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_1" clip-path="url(#clip-trinity_site_input_button_1)">
<g id="Group_148" data-name="Group 148">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-2" data-name="Ellipse 632" fill="#556ece" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="PARABOL" transform="translate(10 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">PARABOL</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s8.215-43.835,19.96,0" transform="translate(-1782.48 -876)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Path_330" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_1_active">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_1_active" clip-path="url(#clip-trinity_site_input_button_1_active)">
<g id="Group_152" data-name="Group 152">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Path_330)">
<g id="Path_330-2" data-name="Path 330" fill="#3e66ff">
<path d="M 22.5 44 C 19.59708023071289 44 16.78152084350586 43.43167877197266 14.13154029846191 42.31082916259766 C 11.57145023345947 41.22800827026367 9.272049903869629 39.67763900756836 7.297200202941895 37.70280075073242 C 5.322360038757324 35.72795104980469 3.771990060806274 33.42855072021484 2.689169883728027 30.86845970153809 C 1.568320035934448 28.21847915649414 1 25.40291976928711 1 22.5 C 1 19.59708023071289 1.568320035934448 16.78152084350586 2.689169883728027 14.13154029846191 C 3.771990060806274 11.57145023345947 5.322360038757324 9.272049903869629 7.297200202941895 7.297200202941895 C 9.272049903869629 5.322360038757324 11.57145023345947 3.771990060806274 14.13154029846191 2.689169883728027 C 16.78152084350586 1.568320035934448 19.59708023071289 1 22.5 1 C 25.40291976928711 1 28.21847915649414 1.568320035934448 30.86845970153809 2.689169883728027 C 33.42855072021484 3.771990060806274 35.72795104980469 5.322360038757324 37.70280075073242 7.297200202941895 C 39.67763900756836 9.272049903869629 41.22800827026367 11.57145023345947 42.31082916259766 14.13154029846191 C 43.43167877197266 16.78152084350586 44 19.59708023071289 44 22.5 C 44 25.40291976928711 43.43167877197266 28.21847915649414 42.31082916259766 30.86845970153809 C 41.22800827026367 33.42855072021484 39.67763900756836 35.72795104980469 37.70280075073242 37.70280075073242 C 35.72795104980469 39.67763900756836 33.42855072021484 41.22800827026367 30.86845970153809 42.31082916259766 C 28.21847915649414 43.43167877197266 25.40291976928711 44 22.5 44 Z" stroke="none"/>
<path d="M 22.5 2 C 19.73163986206055 2 17.04714012145996 2.541740417480469 14.52108955383301 3.61016845703125 C 12.0802001953125 4.642578125 9.887641906738281 6.120979309082031 8.004310607910156 8.004310607910156 C 6.120979309082031 9.887641906738281 4.642578125 12.0802001953125 3.61016845703125 14.52108955383301 C 2.541740417480469 17.04714012145996 2 19.73163986206055 2 22.5 C 2 25.26836013793945 2.541740417480469 27.95285987854004 3.61016845703125 30.47891044616699 C 4.642578125 32.9197998046875 6.120979309082031 35.11235809326172 8.004310607910156 36.99568939208984 C 9.887641906738281 38.87902069091797 12.0802001953125 40.357421875 14.52108955383301 41.38983154296875 C 17.04714012145996 42.45825958251953 19.73163986206055 43 22.5 43 C 25.26836013793945 43 27.95285987854004 42.45825958251953 30.47891044616699 41.38983154296875 C 32.9197998046875 40.357421875 35.11235809326172 38.87902069091797 36.99568939208984 36.99568939208984 C 38.87902069091797 35.11235809326172 40.357421875 32.9197998046875 41.38983154296875 30.47891044616699 C 42.45825958251953 27.95285987854004 43 25.26836013793945 43 22.5 C 43 19.73163986206055 42.45825958251953 17.04714012145996 41.38983154296875 14.52108955383301 C 40.357421875 12.0802001953125 38.87902069091797 9.887641906738281 36.99568939208984 8.004310607910156 C 35.11235809326172 6.120979309082031 32.9197998046875 4.642578125 30.47891044616699 3.61016845703125 C 27.95285987854004 2.541740417480469 25.26836013793945 2 22.5 2 M 22.5 0 C 34.92641067504883 0 45 10.07358932495117 45 22.5 C 45 34.92641067504883 34.92641067504883 45 22.5 45 C 10.07358932495117 45 0 34.92641067504883 0 22.5 C 0 10.07358932495117 10.07358932495117 0 22.5 0 Z" stroke="none" fill="#fff"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="PARABOL" transform="translate(10 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">PARABOL</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s8.215-43.835,19.96,0" transform="translate(-1782.48 -876)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Ellipse_632" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_2">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_2" clip-path="url(#clip-trinity_site_input_button_2)">
<g id="Group_147" data-name="Group 147">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-2" data-name="Ellipse 632" fill="#556ece" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="HYPERBOL" transform="translate(9 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">HYPERBOL</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s-1.976-12.28,24.231-9.248" transform="translate(-1784.098 -877.581)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Ellipse_632" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_2_active">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_2_active" clip-path="url(#clip-trinity_site_input_button_2_active)">
<g id="Group_153" data-name="Group 153">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-2" data-name="Ellipse 632" fill="#3e66ff" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="HYPERBOL" transform="translate(9 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">HYPERBOL</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s-1.976-12.28,24.231-9.248" transform="translate(-1784.098 -877.581)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Ellipse_632" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_3">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_3" clip-path="url(#clip-trinity_site_input_button_3)">
<g id="Group_149" data-name="Group 149">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-2" data-name="Ellipse 632" fill="#556ece" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="LINE" transform="translate(17 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">LINE</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s19.542-12.14,21.925-14.2" transform="translate(-1783.462 -875.347)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Ellipse_632" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_3_active">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_3_active" clip-path="url(#clip-trinity_site_input_button_3_active)">
<g id="Group_151" data-name="Group 151">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-2" data-name="Ellipse 632" fill="#3e66ff" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="LINE" transform="translate(17 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">LINE</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s19.542-12.14,21.925-14.2" transform="translate(-1783.462 -875.347)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Path_331" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_4">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_4" clip-path="url(#clip-trinity_site_input_button_4)">
<g id="Group_150" data-name="Group 150">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Path_331)">
<g id="Path_331-2" data-name="Path 331" fill="#556ece">
<path d="M 22.5 44 C 19.59708023071289 44 16.78152084350586 43.43167877197266 14.13154029846191 42.31082916259766 C 11.57145023345947 41.22800827026367 9.272049903869629 39.67763900756836 7.297200202941895 37.70280075073242 C 5.322360038757324 35.72795104980469 3.771990060806274 33.42855072021484 2.689169883728027 30.86845970153809 C 1.568320035934448 28.21847915649414 1 25.40291976928711 1 22.5 C 1 19.59708023071289 1.568320035934448 16.78152084350586 2.689169883728027 14.13154029846191 C 3.771990060806274 11.57145023345947 5.322360038757324 9.272049903869629 7.297200202941895 7.297200202941895 C 9.272049903869629 5.322360038757324 11.57145023345947 3.771990060806274 14.13154029846191 2.689169883728027 C 16.78152084350586 1.568320035934448 19.59708023071289 1 22.5 1 C 25.40291976928711 1 28.21847915649414 1.568320035934448 30.86845970153809 2.689169883728027 C 33.42855072021484 3.771990060806274 35.72795104980469 5.322360038757324 37.70280075073242 7.297200202941895 C 39.67763900756836 9.272049903869629 41.22800827026367 11.57145023345947 42.31082916259766 14.13154029846191 C 43.43167877197266 16.78152084350586 44 19.59708023071289 44 22.5 C 44 28.67001914978027 41.39635848999023 34.41313934326172 36.668701171875 38.67140960693359 C 34.83676910400391 40.32368850708008 32.70000839233398 41.6280403137207 30.31727981567383 42.54867935180664 C 27.82485961914062 43.51171112060547 25.19474983215332 44 22.5 44 Z" stroke="none"/>
<path d="M 22.5 2 C 19.73163986206055 2 17.04714012145996 2.541740417480469 14.52108955383301 3.61016845703125 C 12.0802001953125 4.642578125 9.887641906738281 6.120979309082031 8.004310607910156 8.004310607910156 C 6.120979309082031 9.887641906738281 4.642578125 12.0802001953125 3.61016845703125 14.52108955383301 C 2.541740417480469 17.04714012145996 2 19.73163986206055 2 22.5 C 2 25.26836013793945 2.541740417480469 27.95285987854004 3.61016845703125 30.47891044616699 C 4.642578125 32.9197998046875 6.120979309082031 35.11235809326172 8.004310607910156 36.99568939208984 C 9.887641906738281 38.87902069091797 12.0802001953125 40.357421875 14.52108955383301 41.38983154296875 C 17.04714012145996 42.45825958251953 19.73163986206055 43 22.5 43 C 25.07101058959961 43 27.57986068725586 42.53432083129883 29.95687103271484 41.61589050292969 C 32.22531127929688 40.73941040039062 34.25798797607422 39.49905014038086 35.99943923950195 37.92837905883789 C 40.51382064819336 33.86222076416016 43 28.38298034667969 43 22.5 C 43 19.73163986206055 42.45825958251953 17.04714012145996 41.38983154296875 14.52108955383301 C 40.357421875 12.0802001953125 38.87902069091797 9.887641906738281 36.99568939208984 8.004310607910156 C 35.11235809326172 6.120979309082031 32.9197998046875 4.642578125 30.47891044616699 3.61016845703125 C 27.95285987854004 2.541740417480469 25.26836013793945 2 22.5 2 M 22.5 0 C 34.92641067504883 0 45 10.07358932495117 45 22.5 C 45 29.13570022583008 42.12744903564453 35.10047912597656 37.33795928955078 39.4144401550293 C 33.57048034667969 42.81246185302734 28.29071044921875 45 22.5 45 C 10.07358932495117 45 0 34.92641067504883 0 22.5 C 0 10.07358932495117 10.07358932495117 0 22.5 0 Z" stroke="none" fill="#fff"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="SIN" transform="translate(19 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">SIN</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s6.789-18.456,13.338,0c8.374,18.429,12.316.268,12.389,0" transform="translate(-1785.364 -882.47)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,36 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
<defs>
<filter id="Ellipse_632" x="-9" y="-6" width="63" height="63" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur"/>
<feComposite in="SourceGraphic"/>
</filter>
<filter id="Rectangle_142" x="-4" y="29" width="53" height="28" filterUnits="userSpaceOnUse">
<feOffset dy="3" input="SourceAlpha"/>
<feGaussianBlur stdDeviation="3" result="blur-2"/>
<feFlood flood-opacity="0.161"/>
<feComposite operator="in" in2="blur-2"/>
<feComposite in="SourceGraphic"/>
</filter>
<clipPath id="clip-trinity_site_input_button_4_active">
<rect width="45" height="45"/>
</clipPath>
</defs>
<g id="trinity_site_input_button_4_active" clip-path="url(#clip-trinity_site_input_button_4_active)">
<g id="Group_154" data-name="Group 154">
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Ellipse_632)">
<g id="Ellipse_632-2" data-name="Ellipse 632" fill="#3e66ff" stroke="#fff" stroke-width="2">
<circle cx="22.5" cy="22.5" r="22.5" stroke="none"/>
<circle cx="22.5" cy="22.5" r="21.5" fill="none"/>
</g>
</g>
<g transform="matrix(1, 0, 0, 1, 0, 0)" filter="url(#Rectangle_142)">
<path id="Rectangle_142-2" data-name="Rectangle 142" d="M5,0H35a0,0,0,0,1,0,0V5a5,5,0,0,1-5,5H0a0,0,0,0,1,0,0V5A5,5,0,0,1,5,0Z" transform="translate(5 35)" fill="#fff"/>
</g>
<text id="SIN" transform="translate(19 42)" font-size="5" font-family="Ramabhadra"><tspan x="0" y="0">SIN</tspan></text>
<path id="Path_329" data-name="Path 329" d="M1795,904.946s6.789-18.456,13.338,0c8.374,18.429,12.316.268,12.389,0" transform="translate(-1785.364 -882.47)" fill="none" stroke="#fff" stroke-width="2" stroke-dasharray="2"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="480"
height="156"
viewBox="0 0 127 41.275001"
version="1.1"
id="svg1366"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="user_input_background_panel.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1368"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="0.79370951"
inkscape:cx="389.94115"
inkscape:cy="224.89336"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1363">
<filter
id="Path_330"
x="10.5"
y="8.5"
width="53.812"
height="53.812"
filterUnits="userSpaceOnUse">
<feOffset
dy="3"
input="SourceAlpha"
id="feOffset2" />
<feGaussianBlur
stdDeviation="3"
result="blur"
id="feGaussianBlur4" />
<feFlood
flood-opacity="0.161"
id="feFlood6" />
<feComposite
operator="in"
in2="blur"
id="feComposite8"
result="result1" />
<feComposite
in="SourceGraphic"
in2="result1"
id="feComposite10" />
</filter>
<filter
id="Rectangle_142"
x="14.5"
y="36.5"
width="46"
height="26"
filterUnits="userSpaceOnUse">
<feOffset
dy="3"
input="SourceAlpha"
id="feOffset13" />
<feGaussianBlur
stdDeviation="3"
result="blur-2"
id="feGaussianBlur15" />
<feFlood
flood-opacity="0.161"
id="feFlood17" />
<feComposite
operator="in"
in2="blur-2"
id="feComposite19"
result="result1" />
<feComposite
in="SourceGraphic"
in2="result1"
id="feComposite21" />
</filter>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="Rectangle_150"
data-name="Rectangle 150"
fill="#4358aa"
stroke="#556ece"
stroke-width="4"
transform="scale(0.635)">
<rect
width="200"
height="65"
rx="12.5"
stroke="none"
id="rect29"
x="0"
y="0"
ry="12.5" />
<rect
x="2"
y="2"
width="196"
height="61"
rx="11.666667"
fill="none"
id="rect31"
ry="11.666667" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120"
height="36"
viewBox="0 0 31.75 9.5250003"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="ready_button.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="2.2449495"
inkscape:cx="53.230596"
inkscape:cy="-14.922385"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_151"
data-name="Rectangle 151"
d="m 6.35,0 h 25.400003 v 3.175 a 6.35,6.35 0 0 1 -6.35,6.35 H 0 V 6.35 A 6.35,6.35 0 0 1 6.35,0 Z"
fill="#46bc51"
style="stroke-width:0.635" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120"
height="36"
viewBox="0 0 31.75 9.5250003"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="ready_button_hover.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="91.650169"
inkscape:cy="-9.688414"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_151"
data-name="Rectangle 151"
d="m 6.35,0 h 25.400003 v 3.175 a 6.35,6.35 0 0 1 -6.35,6.35 H 0 V 6.35 A 6.35,6.35 0 0 1 6.35,0 Z"
fill="#46bc51"
style="stroke-width:0.635;fill:#249f2f;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120"
height="36"
viewBox="0 0 31.75 9.5250003"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="ready_button_pressed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="91.650169"
inkscape:cy="-9.688414"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_151"
data-name="Rectangle 151"
d="m 6.35,0 h 25.400003 v 3.175 a 6.35,6.35 0 0 1 -6.35,6.35 H 0 V 6.35 A 6.35,6.35 0 0 1 6.35,0 Z"
fill="#46bc51"
style="stroke-width:0.635;fill:#00850c;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120"
height="36"
viewBox="0 0 31.75 9.5250003"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="skip_button.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="2.2449495"
inkscape:cx="9.5770529"
inkscape:cy="-4.231721"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_152"
data-name="Rectangle 152"
d="m 6.35,0 h 25.4 V 3.175 A 6.35,6.35 0 0 1 25.4,9.525 H 0 V 6.35 A 6.35,6.35 0 0 1 6.35,0 Z"
fill="#b17474"
style="stroke-width:0.635" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120"
height="36"
viewBox="0 0 31.75 9.5250003"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="skip_button_hover.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="2.2449495"
inkscape:cx="9.5770529"
inkscape:cy="-4.231721"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_152"
data-name="Rectangle 152"
d="m 6.35,0 h 25.4 V 3.175 A 6.35,6.35 0 0 1 25.4,9.525 H 0 V 6.35 A 6.35,6.35 0 0 1 6.35,0 Z"
fill="#b17474"
style="stroke-width:0.635;fill:#ac5151;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120"
height="36"
viewBox="0 0 31.75 9.5250003"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="skip_button_pressedsvg.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="2.2449495"
inkscape:cx="9.5770529"
inkscape:cy="-4.231721"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="Rectangle_152"
data-name="Rectangle 152"
d="m 6.35,0 h 25.4 V 3.175 A 6.35,6.35 0 0 1 25.4,9.525 H 0 V 6.35 A 6.35,6.35 0 0 1 6.35,0 Z"
fill="#b17474"
style="stroke-width:0.635;fill:#a82f2f;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,272 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="480"
height="156"
viewBox="0 0 126.99999 41.275001"
version="1.1"
id="svg881"
sodipodi:docname="trinity_site_display_input.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview883"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="0.79370951"
inkscape:cx="66.145106"
inkscape:cy="130.40035"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs878">
<filter
id="Path_330"
x="10.5"
y="8.5"
width="53.812"
height="53.812"
filterUnits="userSpaceOnUse">
<feOffset
dy="3"
input="SourceAlpha"
id="feOffset2" />
<feGaussianBlur
stdDeviation="3"
result="blur"
id="feGaussianBlur4" />
<feFlood
flood-opacity="0.161"
id="feFlood6" />
<feComposite
operator="in"
in2="blur"
id="feComposite8"
result="result1" />
<feComposite
in="SourceGraphic"
in2="result1"
id="feComposite10" />
</filter>
<filter
id="Rectangle_142"
x="14.5"
y="36.5"
width="46"
height="26"
filterUnits="userSpaceOnUse">
<feOffset
dy="3"
input="SourceAlpha"
id="feOffset13" />
<feGaussianBlur
stdDeviation="3"
result="blur-2"
id="feGaussianBlur15" />
<feFlood
flood-opacity="0.161"
id="feFlood17" />
<feComposite
operator="in"
in2="blur-2"
id="feComposite19"
result="result1" />
<feComposite
in="SourceGraphic"
in2="result1"
id="feComposite21" />
</filter>
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g920"
transform="scale(0.635)">
<g
id="Rectangle_150"
data-name="Rectangle 150"
fill="#4358aa"
stroke="#556ece"
stroke-width="4">
<rect
width="200"
height="65"
rx="12.5"
stroke="none"
id="rect29"
x="0"
y="0"
ry="12.5" />
<rect
x="2"
y="2"
width="196"
height="61"
rx="11.666667"
fill="none"
id="rect31"
ry="11.666667" />
</g>
<g
id="Group_152"
data-name="Group 152"
transform="translate(19.5,14.5)">
<g
transform="translate(-19.5,-14.5)"
filter="url(#Path_330)"
id="g39">
<g
id="Path_330-2"
data-name="Path 330"
transform="translate(19.5,14.5)"
fill="#3e66ff">
<path
d="m 17.905884,34.811764 c -4.51573,0 -8.7611706,-1.758518 -11.9542601,-4.95162 -3.1931002,-3.193091 -4.9516201,-7.43853 -4.9516201,-11.95426 0,-4.51573 1.7585199,-8.7611706 4.9516201,-11.9542601 3.1930895,-3.1931002 7.4385301,-4.9516201 11.9542601,-4.9516201 4.51573,0 8.761169,1.7585199 11.95426,4.9516201 3.193102,3.1930895 4.95162,7.4385301 4.95162,11.9542601 0,4.51573 -1.758518,8.761169 -4.95162,11.95426 -3.193091,3.193102 -7.43853,4.95162 -11.95426,4.95162 z"
stroke="none"
id="path34" />
<path
d="m 17.905884,2.0000038 c -4.248619,0 -8.2429297,1.6544991 -11.2471602,4.65872 -3.0042209,3.0042305 -4.65872,6.9985412 -4.65872,11.2471602 0,4.248619 1.6544991,8.242931 4.65872,11.24716 3.0042305,3.004221 6.9985412,4.65872 11.2471602,4.65872 4.248619,0 8.242931,-1.654499 11.24716,-4.65872 3.004221,-3.004229 4.65872,-6.998541 4.65872,-11.24716 0,-4.248619 -1.654499,-8.2429297 -4.65872,-11.2471602 -3.004229,-3.0042209 -6.998541,-4.65872 -11.24716,-4.65872 m 0,-1.9999999853027 c 9.889149,0 17.90588,8.0167293853027 17.90588,17.9058801853027 0,9.889149 -8.016731,17.90588 -17.90588,17.90588 C 8.0167332,35.811764 3.8146973e-6,27.795033 3.8146973e-6,17.905884 3.8146973e-6,8.0167332 8.0167332,3.8146973e-6 17.905884,3.8146973e-6 Z"
stroke="none"
fill="#ffffff"
id="path36" />
</g>
</g>
<g
transform="translate(-19.5,-14.5)"
filter="url(#Rectangle_142)"
id="g42">
<path
id="Rectangle_142-2"
data-name="Rectangle 142"
d="M 5,0 H 28 V 3 A 5,5 0 0 1 23,8 H 0 V 5 A 5,5 0 0 1 5,0 Z"
transform="translate(23.5,42.5)"
fill="#ffffff" />
</g>
<text
id="PARABOL"
transform="translate(8,33)"
font-size="4px"
font-family="Ramabhadra"><tspan
x="0"
y="0"
id="tspan44">PARABOL</tspan></text>
<path
id="Path_329"
data-name="Path 329"
d="m 1795,900.968 c 0,0 6.537,-34.884 15.885,0"
transform="translate(-1785.037,-877.932)"
fill="none"
stroke="#ffffff"
stroke-width="2"
stroke-dasharray="2" />
</g>
<g
id="Group_137"
data-name="Group 137"
transform="translate(-1073.4509,-4.4509423)">
<text
id="Active_formula"
data-name="Active formula"
transform="translate(1172,18)"
fill="#ffffff"
font-size="7px"
font-family="ArchivoBlack-Regular, Archivo"><tspan
x="0"
y="0"
id="tspan49">Active formula</tspan></text>
<text
id="y_x2_x_"
data-name="y= x2+ x+ "
transform="translate(1137,33)"
fill="#ffffff"
font-size="14px"
font-family="Consolas-Bold, Consolas"
font-weight="700"><tspan
x="0"
y="0"
xml:space="preserve"
id="tspan52">y= x</tspan><tspan
y="0"
font-size="8.166px"
baseline-shift="4.6662px"
id="tspan54">2</tspan><tspan
y="0"
xml:space="preserve"
id="tspan56">+ x+ </tspan></text>
<rect
id="Rectangle_123"
data-name="Rectangle 123"
width="17"
height="17"
transform="translate(1155,19)"
fill="#556ece"
x="0"
y="0" />
<rect
id="Rectangle_124"
data-name="Rectangle 124"
width="18"
height="17"
transform="translate(1235,20)"
fill="#556ece"
x="0"
y="0" />
<rect
id="Rectangle_125"
data-name="Rectangle 125"
width="18"
height="17"
fill="#556ece"
x="1203.2003"
y="19.705645" />
</g>
<path
id="Rectangle_151"
data-name="Rectangle 151"
d="M 10,0 H 50 V 5 A 10,10 0 0 1 40,15 H 0 V 10 A 10,10 0 0 1 10,0 Z"
transform="translate(67,38)"
fill="#46bc51" />
<path
id="Rectangle_152"
data-name="Rectangle 152"
d="M 10,0 H 50 V 5 A 10,10 0 0 1 40,15 H 0 V 10 A 10,10 0 0 1 10,0 Z"
transform="translate(127,38)"
fill="#b17474" />
<text
id="Ready"
transform="translate(75,49)"
fill="#ffffff"
font-size="10px"
font-family="ArchivoBlack-Regular, Archivo"><tspan
x="0"
y="0"
id="tspan65">Ready</tspan></text>
<text
id="Skip"
transform="translate(140,49)"
fill="#ffffff"
font-size="10px"
font-family="ArchivoBlack-Regular, Archivo"><tspan
x="0"
y="0"
id="tspan68">Skip</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -1,105 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="menu_button.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
width="500px"
inkscape:zoom="8.979798"
inkscape:cx="17.093926"
inkscape:cy="22.105174"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="g3016" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g3016"
transform="matrix(0.12499999,0,0,0.125,-1.653645,-1.653646)">
<g
id="g3482">
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3208"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3450"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3452"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3470"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3472"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3474"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg3513"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="menu_button_hover.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3515"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="-19.710911"
inkscape:cy="15.47919"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs3510" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g3482"
transform="matrix(0.12499999,0,0,0.125,-1.6536449,-1.653646)"
style="fill:#b3b3b3;fill-opacity:1">
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3208"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3450"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3452"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3470"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3472"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3474"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
</g>
<g
id="g19319"
transform="matrix(0.12499999,0,0,0.125,-1.6536449,-1.653646)"
style="fill:#b3b3b3;fill-opacity:1">
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19307"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19309"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19311"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19313"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19315"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19317"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg3513"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="menu_button_pressed.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3515"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
units="px"
inkscape:zoom="4.489899"
inkscape:cx="-16.147357"
inkscape:cy="13.920135"
inkscape:window-width="1920"
inkscape:window-height="1007"
inkscape:window-x="1920"
inkscape:window-y="44"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs3510" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g3482"
transform="matrix(0.12499999,0,0,0.125,-1.6536449,-1.653646)"
style="fill:#b3b3b3;fill-opacity:1">
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3208"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3450"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3452"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3470"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3472"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect3474"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
</g>
<g
id="g19319"
transform="matrix(0.12499999,0,0,0.125,-1.6536449,-1.653646)"
style="fill:#999999;fill-opacity:1">
<rect
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19307"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19309"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19311"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19313"
width="105.83334"
height="21.166666"
x="13.229161"
y="55.5625"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19315"
width="105.83334"
height="21.166666"
x="13.22916"
y="13.229168"
rx="2.1166668"
ry="2.1166668" />
<rect
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.85695;stroke-opacity:1"
id="rect19317"
width="105.83334"
height="21.166666"
x="13.22916"
y="97.895836"
rx="2.1166668"
ry="2.1166668" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=16 format=2]
[gd_scene load_steps=18 format=2]
[ext_resource path="res://source/assets/scripts/server_handlers/trinity_site_level.gd" type="Script" id=1]
[ext_resource path="res://source/assets/scripts/ui_element_handlers/UI.gd" type="Script" id=2]
@ -11,8 +11,10 @@
[ext_resource path="res://source/entities/grass/grass_node.tscn" type="PackedScene" id=9]
[ext_resource path="res://source/levels/trinity_site/images/trinity_site_level_layout_level_design_z_index_2.svg" type="Texture" id=10]
[ext_resource path="res://source/levels/trinity_site/images/trinity_site_level_layout_level_design_z_index_1.svg" type="Texture" id=11]
[ext_resource path="res://source/fonts/oxygen/oxygen_bold.tres" type="DynamicFont" id=12]
[ext_resource path="res://source/scenes/OVERLAY/elements/menu_button.tscn" type="PackedScene" id=13]
[ext_resource path="res://source/scenes/OVERLAY/elements/trajectory_control.tscn" type="PackedScene" id=14]
[ext_resource path="res://source/scenes/OVERLAY/elements/user_input.tscn" type="PackedScene" id=15]
[ext_resource path="res://source/scenes/OVERLAY/elements/timer.tscn" type="PackedScene" id=16]
[ext_resource path="res://source/assets/scripts/trinity_site_body_handler.gd" type="Script" id=46]
[sub_resource type="DynamicFont" id=1]
@ -151,6 +153,7 @@ script = ExtResource( 2 )
script = ExtResource( 6 )
[node name="winner" type="Label" parent="game_UI"]
visible = false
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
@ -174,19 +177,9 @@ __meta__ = {
[node name="win_timer" type="Timer" parent="game_UI/winner"]
wait_time = 4.0
[node name="timer" type="Label" parent="."]
margin_right = 589.0
margin_bottom = 175.0
custom_fonts/font = ExtResource( 12 )
text = "null"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="controls" type="Control" parent="."]
margin_right = 1920.0
margin_left = -2.1189
margin_right = 1917.88
margin_bottom = 1080.0
__meta__ = {
"_edit_use_anchors_": false
@ -196,60 +189,26 @@ __meta__ = {
margin_right = 50.0
margin_bottom = 50.0
[node name="Line" type="Button" parent="controls"]
anchor_left = 0.018
anchor_top = 0.875
anchor_right = 0.06
anchor_bottom = 0.95
margin_left = 8.82419
margin_top = -6.4104
margin_right = 47.8242
margin_bottom = 13.5896
text = "Line"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="user_input" parent="controls" instance=ExtResource( 15 )]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -240.0
margin_top = -65.0
margin_right = 240.0
margin_bottom = 91.0
[node name="Sine" type="Button" parent="controls"]
anchor_left = 0.018
anchor_top = 0.875
anchor_right = 0.06
anchor_bottom = 0.95
margin_left = 126.824
margin_top = -6.4104
margin_right = 165.824
margin_bottom = 13.5896
text = "Sine"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="trajectory_control" parent="controls" instance=ExtResource( 14 )]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -150.0
margin_bottom = 0.0
[node name="Parab" type="Button" parent="controls"]
anchor_left = 0.018
anchor_top = 0.875
anchor_right = 0.06
anchor_bottom = 0.95
margin_left = 241.824
margin_top = -6.4104
margin_right = 307.824
margin_bottom = 13.5896
text = "Parabola"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Hyper" type="Button" parent="controls"]
anchor_left = 0.018
anchor_top = 0.875
anchor_right = 0.06
anchor_bottom = 0.95
margin_left = 356.824
margin_top = -6.4104
margin_right = 433.824
margin_bottom = 13.5896
text = "Hyperbola"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="timer" parent="controls" instance=ExtResource( 16 )]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -225.0
margin_right = 225.0
[connection signal="timeout" from="game_UI/winner/win_timer" to="game_UI/winner" method="_on_win_timer_timeout"]

View File

@ -2,7 +2,7 @@
[ext_resource path="res://source/entities/menu_player/player_node.tscn" type="PackedScene" id=1]
[ext_resource path="res://source/scenes/GUI/background.tscn" type="PackedScene" id=2]
[ext_resource path="res://source/assets/sprites/GUI/lan_logo.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/lan_logo.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/sprites/GUI/logo_design/FUNCit_game_logo_dark_transparent.png" type="Texture" id=4]
[ext_resource path="res://source/fonts/oxygen/oxygen_bold.tres" type="DynamicFont" id=5]
[ext_resource path="res://source/assets/scripts/ui_element_handlers/main_menu.gd" type="Script" id=6]

View File

@ -6,14 +6,14 @@
[ext_resource path="res://source/scenes/OVERLAY/elements/menu_button.tscn" type="PackedScene" id=4]
[ext_resource path="res://source/scenes/GUI/background.tscn" type="PackedScene" id=5]
[ext_resource path="res://source/scenes/OVERLAY/elements/floor.tscn" type="PackedScene" id=6]
[ext_resource path="res://source/assets/sprites/GUI/lan_logo.svg" type="Texture" id=7]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/lan_logo.svg" type="Texture" id=7]
[ext_resource path="res://source/fonts/oxygen/oxygen_bold.tres" type="DynamicFont" id=8]
[ext_resource path="res://source/scenes/OVERLAY/elements/button.tscn" type="PackedScene" id=9]
[ext_resource path="res://source/fonts/oxygen/oxygen_regular.tres" type="DynamicFont" id=10]
[ext_resource path="res://source/assets/scripts/ui_element_handlers/UI.gd" type="Script" id=11]
[ext_resource path="res://source/assets/sprites/GUI/background_lobby.svg" type="Texture" id=12]
[ext_resource path="res://source/scenes/OVERLAY/elements/wall.tscn" type="PackedScene" id=13]
[ext_resource path="res://source/assets/sprites/GUI/server_title.svg" type="Texture" id=15]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/server_title.svg" type="Texture" id=14]
[sub_resource type="DynamicFont" id=1]
size = 36
@ -166,7 +166,7 @@ __meta__ = {
[node name="enter_server_ip" type="Sprite" parent="multiplayer_configure/popup_screen"]
position = Vector2( 960, 465 )
texture = ExtResource( 15 )
texture = ExtResource( 14 )
__meta__ = {
"_edit_lock_": true
}

View File

@ -1,11 +1,11 @@
[gd_scene load_steps=15 format=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/server_title.svg" type="Texture" id=1]
[ext_resource path="res://source/scenes/GUI/server_handlers/server_listener.tscn" type="PackedScene" id=2]
[ext_resource path="res://source/assets/scripts/server_handlers/server_processors/server_browser.gd" type="Script" id=3]
[ext_resource path="res://source/scenes/OVERLAY/elements/button.tscn" type="PackedScene" id=4]
[ext_resource path="res://source/assets/sprites/GUI/background_server.svg" type="Texture" id=5]
[ext_resource path="res://source/assets/sprites/GUI/server_title.svg" type="Texture" id=6]
[ext_resource path="res://source/assets/sprites/GUI/button_disabled.svg" type="Texture" id=7]
[ext_resource path="res://source/assets/sprites/GUI/in_game/button_disabled.svg" type="Texture" id=7]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Regular.ttf" type="DynamicFontData" id=8]
[sub_resource type="DynamicFont" id=1]
@ -178,7 +178,7 @@ __meta__ = {
[node name="server_title" type="Sprite" parent="controls/background_panel"]
position = Vector2( 225, -25 )
texture = ExtResource( 6 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
@ -219,7 +219,7 @@ __meta__ = {
[node name="enter_server_ip" type="Sprite" parent="popup_screen"]
position = Vector2( 960, 465 )
texture = ExtResource( 6 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}

View File

@ -2,9 +2,9 @@
[ext_resource path="res://source/assets/scripts/server_handlers/network_processors/singleplayer_setup.gd" type="Script" id=1]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Regular.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/server_title.svg" type="Texture" id=3]
[ext_resource path="res://source/scenes/GUI/background.tscn" type="PackedScene" id=5]
[ext_resource path="res://source/scenes/OVERLAY/elements/button.tscn" type="PackedScene" id=9]
[ext_resource path="res://source/assets/sprites/GUI/server_title.svg" type="Texture" id=15]
[sub_resource type="DynamicFont" id=1]
size = 36
@ -49,7 +49,7 @@ __meta__ = {
[node name="enter_server_ip" type="Sprite" parent="popup_screen"]
position = Vector2( 960, 465 )
texture = ExtResource( 15 )
texture = ExtResource( 3 )
__meta__ = {
"_edit_lock_": true
}

View File

@ -1,10 +1,12 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://source/assets/sprites/GUI/bar-background.png" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/bar-fill.png" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/health_bar/trinity_site_health_bar_negative.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/in_game/health_bar/trinity_site_health_bar_positive.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/scripts/ui_element_handlers/HUD.gd" type="Script" id=3]
[node name="HUD" type="Node2D" groups=["Net"]]
[node name="HUD" type="Node2D" groups=[
"Net",
]]
script = ExtResource( 3 )
[node name="health_bar" type="TextureProgress" parent="."]
@ -12,10 +14,10 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -64.0
margin_top = -20.0
margin_right = 64.0
margin_bottom = 20.0
margin_left = -50.0
margin_top = -5.0
margin_right = 50.0
margin_bottom = 5.0
value = 100.0
texture_under = ExtResource( 1 )
texture_progress = ExtResource( 2 )

View File

@ -1,16 +1,17 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://source/assets/sprites/GUI/button.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/button_hover.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/button_pressed.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/button_pressed.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/button_hover.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/button.svg" type="Texture" id=3]
[node name="TextureButton" type="TextureButton"]
margin_right = 40.0
margin_bottom = 40.0
margin_left = 2.99664
margin_right = 302.997
margin_bottom = 72.0
focus_mode = 0
enabled_focus_mode = 0
texture_normal = ExtResource( 1 )
texture_pressed = ExtResource( 3 )
texture_normal = ExtResource( 3 )
texture_pressed = ExtResource( 1 )
texture_hover = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false

View File

@ -1,13 +1,14 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/menu_button_pressed.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trinity_site_input_button_3 1.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/menu_button_hover.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/menu_button_hover.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/menu_button.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/buttons/menu_button_pressed.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/scripts/ui_element_handlers/menu_button.gd" type="Script" id=4]
[node name="menu_button" type="TextureButton"]
margin_right = 45.0
margin_bottom = 45.0
rect_scale = Vector2( 1.25, 1.25 )
focus_mode = 0
enabled_focus_mode = 0
texture_normal = ExtResource( 2 )

View File

@ -87,9 +87,12 @@ anchor_right = 1.0
anchor_bottom = 1.0
custom_fonts/font = SubResource( 3 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Retrun to main menu"
text = "Return to main menu"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="exit_game" parent="panel" instance=ExtResource( 2 )]
anchor_left = 0.5

View File

@ -55,8 +55,8 @@ margin_bottom = 155.5
[node name="OK" type="Label" parent="Panel/ok"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "OK"
align = 1
valign = 1

View File

@ -0,0 +1,54 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/timer/background_panel.svg" type="Texture" id=1]
[ext_resource path="res://source/fonts/oxygen/oxygen_bold.tres" type="DynamicFont" id=2]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=3]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 450, 80 )
[sub_resource type="DynamicFont" id=2]
size = 18
use_mipmaps = true
use_filter = true
font_data = ExtResource( 3 )
[node name="timer" type="Panel"]
margin_right = 450.0
margin_bottom = 80.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="time" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -50.0
margin_right = 50.0
margin_bottom = 46.0
custom_fonts/font = ExtResource( 2 )
text = "00:00"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="phase" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -150.0
margin_top = 6.0
margin_right = 150.0
margin_bottom = 34.0
custom_fonts/font = SubResource( 2 )
text = "phase"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}

View File

@ -0,0 +1,214 @@
[gd_scene load_steps=15 format=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/background.svg" type="Texture" id=1]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/line_inactive.svg" type="Texture" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/line_active.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/parabol_active.svg" type="Texture" id=4]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/sin_active.svg" type="Texture" id=5]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/sin_inactive.svg" type="Texture" id=6]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/parabol_inactive.svg" type="Texture" id=7]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/hyperbol_inactive.svg" type="Texture" id=8]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/hyperbol_active.svg" type="Texture" id=9]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Regular.ttf" type="DynamicFontData" id=10]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 550, 150 )
[sub_resource type="DynamicFont" id=2]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=3]
size = 8
use_mipmaps = true
use_filter = true
font_data = ExtResource( 10 )
[sub_resource type="DynamicFont" id=4]
size = 14
use_mipmaps = true
use_filter = true
font_data = ExtResource( 10 )
[node name="trajectory_control" type="Panel"]
margin_right = 550.0
margin_bottom = 150.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 8.0
margin_top = 8.0
margin_right = 243.0
margin_bottom = 29.0
custom_fonts/font = SubResource( 2 )
text = "Weapon function arssenal"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="."]
margin_left = 128.0
margin_top = 24.0
margin_right = 253.0
margin_bottom = 35.0
custom_fonts/font = SubResource( 3 )
custom_colors/font_color = Color( 0.113725, 0.203922, 0.552941, 1 )
text = "Government issued - v/613.92.1"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="line" type="TextureButton" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -255.0
margin_top = -40.0
margin_right = -155.0
margin_bottom = 60.0
focus_mode = 0
action_mode = 0
enabled_focus_mode = 0
texture_normal = ExtResource( 2 )
texture_pressed = ExtResource( 3 )
texture_hover = ExtResource( 3 )
stretch_mode = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="line"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 11.0
margin_top = -18.0
margin_right = -11.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "line"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="parabol" type="TextureButton" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -125.0
margin_top = -40.0
margin_right = -25.0
margin_bottom = 60.0
texture_normal = ExtResource( 7 )
texture_pressed = ExtResource( 4 )
texture_hover = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="parabol"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 11.0
margin_top = -18.0
margin_right = -11.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "parabol"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="hyperbol" type="TextureButton" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = 5.23596
margin_top = -40.0
margin_right = 105.236
margin_bottom = 60.0
texture_normal = ExtResource( 8 )
texture_pressed = ExtResource( 9 )
texture_hover = ExtResource( 9 )
stretch_mode = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="hyperbol"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 11.0
margin_top = -18.0
margin_right = -11.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "hyperbol"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="sine" type="TextureButton" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = 135.0
margin_top = -40.0
margin_right = 235.0
margin_bottom = 60.0
texture_normal = ExtResource( 6 )
texture_pressed = ExtResource( 5 )
texture_hover = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="sine"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 11.0
margin_top = -18.0
margin_right = -11.0
margin_bottom = 1.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "sin"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}

View File

@ -0,0 +1,294 @@
[gd_scene load_steps=24 format=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/user_input_background_panel.svg" type="Texture" id=1]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Regular.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/line_active.svg" type="Texture" id=3]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/hyperbol_active.svg" type="Texture" id=4]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/parabol_active.svg" type="Texture" id=5]
[ext_resource path="res://source/assets/sprites/GUI/in_game/trajectories/sin_active.svg" type="Texture" id=6]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/skip_button/skip_button_pressedsvg.svg" type="Texture" id=7]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/skip_button/skip_button_hover.svg" type="Texture" id=8]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/ready_button/ready_button.svg" type="Texture" id=9]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/ready_button/ready_button_pressed.svg" type="Texture" id=10]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/ready_button/ready_button_hover.svg" type="Texture" id=11]
[ext_resource path="res://source/assets/sprites/GUI/in_game/user_input/skip_button/skip_button.svg" type="Texture" id=12]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 480, 156 )
[sub_resource type="StyleBoxTexture" id=7]
texture = ExtResource( 3 )
region_rect = Rect2( 0, 0, 100, 100 )
[sub_resource type="DynamicFont" id=2]
size = 14
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="StyleBoxTexture" id=8]
texture = ExtResource( 5 )
region_rect = Rect2( 0, 0, 100, 100 )
[sub_resource type="DynamicFont" id=3]
size = 14
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="StyleBoxTexture" id=6]
texture = ExtResource( 4 )
region_rect = Rect2( 0, 0, 100, 100 )
[sub_resource type="DynamicFont" id=4]
size = 14
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="StyleBoxTexture" id=5]
texture = ExtResource( 6 )
region_rect = Rect2( 0, 0, 100, 100 )
[sub_resource type="DynamicFont" id=9]
size = 22
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=10]
size = 22
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=11]
size = 22
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[node name="user_input" type="Panel"]
margin_right = 480.0
margin_bottom = 156.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="trajectories" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 50.0
margin_top = 28.0
margin_right = -330.0
margin_bottom = -28.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="line" type="Panel" parent="trajectories"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -50.0
margin_top = -50.0
margin_right = 50.0
margin_bottom = 50.0
custom_styles/panel = SubResource( 7 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="trajectories/line"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -39.0
margin_top = -19.0
margin_right = 39.0
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "line"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="parabol" type="Panel" parent="trajectories"]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -50.0
margin_top = -50.0
margin_right = 50.0
margin_bottom = 50.0
custom_styles/panel = SubResource( 8 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="trajectories/parabol"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -39.0
margin_top = -19.0
margin_right = 39.0
custom_fonts/font = SubResource( 3 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "parabol"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="hyperbol" type="Panel" parent="trajectories"]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -50.0
margin_top = -50.0
margin_right = 50.0
margin_bottom = 50.0
custom_styles/panel = SubResource( 6 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="trajectories/hyperbol"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -39.0
margin_top = -19.0
margin_right = 39.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "hyperbol"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="sin" type="Panel" parent="trajectories"]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -50.0
margin_top = -50.0
margin_right = 50.0
margin_bottom = 50.0
custom_styles/panel = SubResource( 5 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="trajectories/sin"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -39.0
margin_top = -19.0
margin_right = 39.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "sin"
align = 1
valign = 1
uppercase = true
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="controls" type="Control" parent="."]
margin_left = 165.0
margin_top = 13.0
margin_right = 465.0
margin_bottom = 143.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="controls"]
anchor_right = 1.0
margin_bottom = 29.0
custom_fonts/font = SubResource( 9 )
text = "Active formula"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ready_button" type="TextureButton" parent="controls"]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -36.0
margin_right = 120.0
texture_normal = ExtResource( 9 )
texture_pressed = ExtResource( 10 )
texture_hover = ExtResource( 11 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="controls/ready_button"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_fonts/font = SubResource( 10 )
text = "Ready"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="skip_button" type="TextureButton" parent="controls"]
margin_left = 180.0
margin_top = 94.0
margin_right = 300.0
margin_bottom = 130.0
texture_normal = ExtResource( 12 )
texture_pressed = ExtResource( 7 )
texture_hover = ExtResource( 8 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="controls/skip_button"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_fonts/font = SubResource( 11 )
text = "Skip"
align = 1
valign = 1

View File

@ -9,7 +9,9 @@ use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
[node name="username_text" type="Node2D" groups=["Net"]]
[node name="username_text" type="Node2D" groups=[
"Net",
]]
z_index = 10
script = ExtResource( 2 )