mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Final changes for today, look into writing to CSV next week.
This commit is contained in:
parent
fbbb7131d7
commit
ff0782460f
@ -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]
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user