Чистка, удаленны файлы из bin
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,7 +15,6 @@ mono_crash.*.json
|
|||||||
.directory
|
.directory
|
||||||
*~
|
*~
|
||||||
/.idea/
|
/.idea/
|
||||||
/bin/
|
|
||||||
/build/
|
/build/
|
||||||
/html/
|
/html/
|
||||||
/commit.gd
|
/commit.gd
|
||||||
|
|||||||
Binary file not shown.
@@ -22,6 +22,7 @@ color = Color(0, 0, 0, 1)
|
|||||||
|
|
||||||
[node name="tabs" type="TabContainer" parent="ColorRect"]
|
[node name="tabs" type="TabContainer" parent="ColorRect"]
|
||||||
self_modulate = Color(0, 0, 0, 1)
|
self_modulate = Color(0, 0, 0, 1)
|
||||||
|
layout_mode = 0
|
||||||
offset_right = 1594.0
|
offset_right = 1594.0
|
||||||
offset_bottom = 897.0
|
offset_bottom = 897.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user