From ff0782460f74711e254a1fe2631938c31237fc4e Mon Sep 17 00:00:00 2001 From: PersonGuyGit Date: Sun, 18 Sep 2022 12:58:14 -0600 Subject: [PATCH] Final changes for today, look into writing to CSV next week. --- .../bcirpg_mergedMaster_20220918ALuke/project.godot | 2 +- .../bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.gd | 3 ++- .../screens/Character_Add.tscn | 3 --- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/project.godot b/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/project.godot index c5fe830..43fb920 100644 --- a/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/project.godot +++ b/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/project.godot @@ -51,7 +51,7 @@ _global_script_class_icons={ [application] config/name="MergedMaster_2022_0918A" -run/main_scene="res://Screens/MenuScreen.tscn" +run/main_scene="res://screens/MenuScreen.tscn" config/icon="res://icon.png" [autoload] diff --git a/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.gd b/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.gd index dd84b96..c651539 100644 --- a/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.gd +++ b/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.gd @@ -17,7 +17,8 @@ onready var weaponVar = get_node("HBoxContainer/VBoxContainer2/LabelWeapon/LineE onready var armorVar = get_node("HBoxContainer/VBoxContainer2/LabelArmor/LineEditArmor") onready var quoteVar = get_node("HBoxContainer/VBoxContainer/LabelQuote/LineEditQuote") - +func writeToCSV(nameV, profV, strengthV, intelV, willpowerV, charmV, weaponV, armorV, quoteV): + pass func _ready() -> void: diff --git a/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.tscn b/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.tscn index a7c7c50..ccd1d91 100644 --- a/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.tscn +++ b/Phase2/Godot ===(Game Code)===/MergedMaster/bcirpg_mergedMaster_20220918ALuke/screens/Character_Add.tscn @@ -8,9 +8,6 @@ anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 3 ) -__meta__ = { -"_edit_use_anchors_": false -} [node name="TextEdit" type="TextEdit" parent="."] margin_left = 215.0