godot-steering-ai-framework/project/demos/Utils/BackgroudLayer.tscn
Nathan Lovato 6132a0aa25 Refactor the demos to support screen resizing
Add BackgroudLayer and DemoInterface scenes that we can reuse across demos
Set the game to 2D and extend window modes

Part of #21
2020-02-08 15:40:43 -06:00

16 lines
354 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://assets/sprites/background.png" type="Texture" id=1]
[node name="BackgroudLayer" type="CanvasLayer"]
layer = -1
[node name="Background" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
texture = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}