Final changes for today, look into writing to CSV next week.

This commit is contained in:
PersonGuyGit 2022-09-18 12:58:14 -06:00
parent fbbb7131d7
commit ff0782460f
3 changed files with 3 additions and 5 deletions

View File

@ -51,7 +51,7 @@ _global_script_class_icons={
[application] [application]
config/name="MergedMaster_2022_0918A" config/name="MergedMaster_2022_0918A"
run/main_scene="res://Screens/MenuScreen.tscn" run/main_scene="res://screens/MenuScreen.tscn"
config/icon="res://icon.png" config/icon="res://icon.png"
[autoload] [autoload]

View File

@ -17,7 +17,8 @@ onready var weaponVar = get_node("HBoxContainer/VBoxContainer2/LabelWeapon/LineE
onready var armorVar = get_node("HBoxContainer/VBoxContainer2/LabelArmor/LineEditArmor") onready var armorVar = get_node("HBoxContainer/VBoxContainer2/LabelArmor/LineEditArmor")
onready var quoteVar = get_node("HBoxContainer/VBoxContainer/LabelQuote/LineEditQuote") onready var quoteVar = get_node("HBoxContainer/VBoxContainer/LabelQuote/LineEditQuote")
func writeToCSV(nameV, profV, strengthV, intelV, willpowerV, charmV, weaponV, armorV, quoteV):
pass
func _ready() -> void: func _ready() -> void:

View File

@ -8,9 +8,6 @@
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
script = ExtResource( 3 ) script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextEdit" type="TextEdit" parent="."] [node name="TextEdit" type="TextEdit" parent="."]
margin_left = 215.0 margin_left = 215.0