diff --git a/Game_Engine_Swap/School Project Files/.import/gamefield.obj-b58996afc17d34de3c3418adfe116db1.md5 b/Game_Engine_Swap/School Project Files/.import/gamefield.obj-b58996afc17d34de3c3418adfe116db1.md5 index 7a5a892..b2c1a95 100644 --- a/Game_Engine_Swap/School Project Files/.import/gamefield.obj-b58996afc17d34de3c3418adfe116db1.md5 +++ b/Game_Engine_Swap/School Project Files/.import/gamefield.obj-b58996afc17d34de3c3418adfe116db1.md5 @@ -1,3 +1,3 @@ -source_md5="ebfd155119c201e3eb42d403d7c9e8a9" +source_md5="eb91e1185ff76b10d7a4f354e17ffb56" dest_md5="81c0262943d3fdea5b2f7df6385c64fd" diff --git a/Game_Engine_Swap/School Project Files/Scenes/arena.tscn b/Game_Engine_Swap/School Project Files/Scenes/arena.tscn index 052f33f..1d38182 100644 --- a/Game_Engine_Swap/School Project Files/Scenes/arena.tscn +++ b/Game_Engine_Swap/School Project Files/Scenes/arena.tscn @@ -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 +" +} diff --git a/Game_Engine_Swap/School Project Files/Scripts/__pycache__/helloworld.cpython-38.pyc b/Game_Engine_Swap/School Project Files/Scripts/__pycache__/helloworld.cpython-38.pyc index 25bec11..742104e 100644 Binary files a/Game_Engine_Swap/School Project Files/Scripts/__pycache__/helloworld.cpython-38.pyc and b/Game_Engine_Swap/School Project Files/Scripts/__pycache__/helloworld.cpython-38.pyc differ diff --git a/Game_Engine_Swap/School Project Files/Scripts/helloworld.py b/Game_Engine_Swap/School Project Files/Scripts/helloworld.py deleted file mode 100644 index 91f3aad..0000000 --- a/Game_Engine_Swap/School Project Files/Scripts/helloworld.py +++ /dev/null @@ -1,18 +0,0 @@ -from godot import exposed, export -from godot import * - - -@exposed -class helloworld(Node): - - # member variables here, example: - a = export(int) - b = export(str, default='foo') - - def _ready(self): - print("hello world") - """ - Called every time the node is added to the scene. - Initialization here. - """ - pass diff --git a/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/__init__.cpython-38.pyc b/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/__init__.cpython-38.pyc index af665f8..9aaa0a8 100644 Binary files a/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/__init__.cpython-38.pyc and b/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/__init__.cpython-38.pyc differ diff --git a/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/_version.cpython-38.pyc b/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/_version.cpython-38.pyc index 1499371..5a71fae 100644 Binary files a/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/_version.cpython-38.pyc and b/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/__pycache__/_version.cpython-38.pyc differ diff --git a/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/_hazmat/__pycache__/__init__.cpython-38.pyc b/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/_hazmat/__pycache__/__init__.cpython-38.pyc index 6735166..317e779 100644 Binary files a/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/_hazmat/__pycache__/__init__.cpython-38.pyc and b/Game_Engine_Swap/School Project Files/addons/pythonscript/windows-64/lib/site-packages/godot/_hazmat/__pycache__/__init__.cpython-38.pyc differ diff --git a/Game_Engine_Swap/School Project Files/project.godot b/Game_Engine_Swap/School Project Files/project.godot index 1a9710f..861c8fe 100644 --- a/Game_Engine_Swap/School Project Files/project.godot +++ b/Game_Engine_Swap/School Project Files/project.godot @@ -16,6 +16,7 @@ _global_script_class_icons={ [application] config/name="School Project Files" +run/main_scene="res://Scenes/arena.tscn" config/icon="res://icon.png" [gdnative] diff --git a/Godot_v3.2-stable_win64.exe b/Godot_v3.2-stable_win64.exe new file mode 100644 index 0000000..f94d00c Binary files /dev/null and b/Godot_v3.2-stable_win64.exe differ diff --git a/Godot_v4.2.1-stable_win64.exe b/Godot_v4.2.1-stable_win64.exe new file mode 100644 index 0000000..b9da184 Binary files /dev/null and b/Godot_v4.2.1-stable_win64.exe differ diff --git a/Godot_v4.2.1-stable_win64_console.exe b/Godot_v4.2.1-stable_win64_console.exe new file mode 100644 index 0000000..29120b5 Binary files /dev/null and b/Godot_v4.2.1-stable_win64_console.exe differ