godot/demos/2d/space_shooter/tileset.tres
Rémi Verschelde 69e67d51c7 Port 2D demos to TSCN/TRES formats
Part of #4196.

(cherry picked from commit 23cf6a85bd)
2016-04-02 22:19:30 +02:00

21 lines
475 B
Plaintext

[gd_resource type="TileSet" load_steps=3 format=1]
[ext_resource path="res://tile.png" type="Texture" id=1]
[sub_resource type="RectangleShape2D" id=1]
custom_solver_bias = 0.0
extents = Vector2( 16, 16 )
[resource]
0/name = "block"
0/texture = ExtResource( 1 )
0/tex_offset = Vector2( 0, 0 )
0/region = Rect2( 0, 0, 0, 0 )
0/occluder_offset = Vector2( 16, 16 )
0/navigation_offset = Vector2( 16, 16 )
0/shape_offset = Vector2( 16, 16 )
0/shapes = [ SubResource( 1 ) ]