test commit added godot files to perform routing tests

This commit is contained in:
2023-12-19 21:50:49 +01:00
parent 1b3b8666d3
commit a924d6b12e
11 changed files with 60 additions and 22 deletions

View File

@ -117,8 +117,63 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, -15 )
mesh = ExtResource( 1 )
material/0 = null
[node name="Main Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.666402, 0.745592, 0, -0.745592, 0.666402, 0, 13, 15.564 )
[node name="SunLight" type="DirectionalLight" parent="."]
transform = Transform( -0.5, 0.866025, 0, 3.78552e-08, 2.18557e-08, 1, 0.866025, 0.5, -4.37114e-08, 0, 25, 0 )
[node name="View" type="Node" parent="."]
[node name="Main Camera" type="Camera" parent="View"]
transform = Transform( 1, 0, 0, 0, 0.666402, 0.745592, 0, -0.745592, 0.666402, 0, 13, 15.564 )
[node name="Player Values" type="Node" parent="View"]
[node name="Player Name" type="Label" parent="View/Player Values"]
margin_left = 3.59338
margin_top = 550.041
margin_right = 129.593
margin_bottom = 570.041
text = "Test"
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": "test
"
}
[node name="Player Health" type="Label" parent="View/Player Values"]
margin_left = 3.59338
margin_top = 579.041
margin_right = 129.593
margin_bottom = 600.041
text = "1000 / 1000"
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": "test
"
}
[node name="Enemy Values" type="Node" parent="View"]
[node name="Player Name" type="Label" parent="View/Enemy Values"]
margin_top = 8.0
margin_right = 1019.0
margin_bottom = 28.0
text = "Test"
align = 2
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": "test
"
}
[node name="Player Health" type="Label" parent="View/Enemy Values"]
margin_left = 1.0
margin_top = 23.0
margin_right = 1020.0
margin_bottom = 37.0
text = "1000 / 1000"
align = 2
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": "test
"
}