Files
godot-ci/test-project/scenes/Background.tscn
abarichello 9fd1c3aee0 Import test project as example
TODO: update gitlab-ci template to also use the test-project
2020-05-18 17:52:17 -03:00

29 lines
692 B
Plaintext
Executable File

[gd_scene load_steps=3 format=2]
[ext_resource path="res://scripts/ColoredEntity.gd" type="Script" id=1]
[ext_resource path="res://resources/img/2.png" type="Texture" id=2]
[node name="Background" type="Node2D" groups=[
"ColoredEntity",
]]
script = ExtResource( 1 )
[node name="NinePatchRect" type="TextureRect" parent="."]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = -199.0
margin_top = -157.0
margin_right = 2097.0
margin_bottom = 1217.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 1
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
texture = ExtResource( 2 )
stretch_mode = 2