mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-27 20:29:22 +02:00
File explorer document icon
This commit is contained in:
parent
208ddd02c2
commit
ea2c731cd3
10 changed files with 148 additions and 85 deletions
scenes
|
@ -3,13 +3,13 @@
|
|||
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://scenes/text_editor.gd" type="Script" id=2]
|
||||
|
||||
|
||||
[node name="TextEditor" type="TextEdit"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_colors/background_color = Color( 0, 0, 0, 1 )
|
||||
text = "Text here"
|
||||
syntax_highlighting = true
|
||||
wrap_enabled = true
|
||||
script = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue