mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
Prepare for Ci (#15)
This commit is contained in:
parent
d5bc77446b
commit
bf1ac29d31
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,3 @@ logs/
|
||||
TEMP/
|
||||
#export_presets.cfg
|
||||
logs/
|
||||
.godot/
|
||||
|
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
source_md5="38559cb2c5a6f8746862954d90bd46d7"
|
||||
dest_md5="b6fae0c31e0d740d4d6786363ceaba88"
|
||||
|
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
source_md5="e86c32e47179aede8879b01bcb795a75"
|
||||
dest_md5="f36cd161f8336a1c4ce8ed9baf7a525f"
|
||||
|
BIN
.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex
Normal file
BIN
.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex
Normal file
Binary file not shown.
@ -153,25 +153,25 @@ func qqr(_stat : String = "TQW") -> String:
|
||||
static func ff(_rr : String = "FA") -> String:
|
||||
return "qtqwtwey"
|
||||
|
||||
class ram:
|
||||
var sa : int = 0
|
||||
var qq
|
||||
static func rr() -> ram:
|
||||
return ram.new()
|
||||
static func Wr() -> Node:
|
||||
return Node.new()
|
||||
static func rqq() -> String:
|
||||
return "as"
|
||||
func roman() -> String:
|
||||
return "wqr"
|
||||
func wykop() -> String:
|
||||
return "wqr"
|
||||
|
||||
func func_ready() -> void:
|
||||
var rr : ram = ram.new()
|
||||
rr.sa = 125
|
||||
rr.qq = "qw"
|
||||
var _s = rr.rr()
|
||||
var _r = rr.rqq()
|
||||
var _t = rr.roman()
|
||||
var _y = rr.wykop()
|
||||
#class ram:
|
||||
# var sa : int = 0
|
||||
# var qq
|
||||
# static func rr() -> ram:
|
||||
# return ram.new()
|
||||
# static func Wr() -> Node:
|
||||
# return Node.new()
|
||||
# static func rqq() -> String:
|
||||
# return "as"
|
||||
# func roman() -> String:
|
||||
# return "wqr"
|
||||
# func wykop() -> String:
|
||||
# return "wqr"
|
||||
#
|
||||
#func func_ready() -> void:
|
||||
# var rr : ram = ram.new()
|
||||
# rr.sa = 125
|
||||
# rr.qq = "qw"
|
||||
# var _s = rr.rr()
|
||||
# var _r = rr.rqq()
|
||||
# var _t = rr.roman()
|
||||
# var _y = rr.wykop()
|
||||
|
1
All.tscn
1
All.tscn
@ -45,4 +45,3 @@ script = null
|
||||
script = null
|
||||
|
||||
[node name="Text" parent="." instance=ExtResource( 10 )]
|
||||
script = null
|
||||
|
@ -38,7 +38,7 @@ func _ready():
|
||||
add_child(VSlider.new())
|
||||
add_child(ProgressBar.new())
|
||||
add_child(SpinBox.new())
|
||||
add_child(TextureProgress.new())
|
||||
add_child(TextureProgressBar.new())
|
||||
add_child(GraphEdit.new())
|
||||
add_child(HSeparator.new())
|
||||
add_child(VSeparator.new())
|
||||
|
@ -13,16 +13,17 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="Label" parent="." instance=ExtResource( 2 )]
|
||||
margin_top = 291.0
|
||||
margin_bottom = 308.0
|
||||
offset_top = 291.0
|
||||
offset_right = 83.0
|
||||
offset_bottom = 308.0
|
||||
structured_text_bidi_override_options = [ ]
|
||||
|
||||
[node name="RichTextLabel50" parent="." instance=ExtResource( 1 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 87.0
|
||||
margin_right = 321.0
|
||||
margin_bottom = 600.0
|
||||
offset_left = 87.0
|
||||
offset_right = 321.0
|
||||
offset_bottom = 600.0
|
||||
bbcode_text = "Roman
|
||||
"
|
||||
text = "Roman
|
||||
|
Loading…
Reference in New Issue
Block a user