1 Star 0 Fork 0

Furau/Seer2Battle

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
lefttext.gd 677 Bytes
Copy Edit Raw Blame History
Furau authored 2023-11-05 11:38 . 2023年11月5日11:38:21
extends TextEdit
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func splitString(str: String, delimiter: String) -> Array:
return str.split(delimiter)
func _on_button_2_button_down():
var test = (self.text)
var delimiter = ","
var result = splitString(test, delimiter)
print(result)
pass # Replace with function body.
func _on_skill_1_button_down():
var test = (self.text)
var delimiter = ","
var result = splitString(test, delimiter)
print(result)
pass # Replace with function body.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Furau/seer2battle.git
git@gitee.com:Furau/seer2battle.git
Furau
seer2battle
Seer2Battle
master

Search

23e8dbc6 1850385 7e0993f3 1850385