Fixed Dependencies
This commit is contained in:
parent
88bdaf19a5
commit
db7b9439c3
3 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
[gd_resource type="TileSet" load_steps=37 format=2]
|
||||
[gd_resource type="TileSet" load_steps=36 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Textures/Tilesets/colony.png" type="Texture" id=1]
|
||||
[ext_resource path="res://addons/TileMapPlus/TilingRuleSet.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=9]
|
||||
points = PoolVector2Array( 0, 16, 0, 16, 0, 0, 0, 0 )
|
||||
|
@ -103,7 +102,6 @@ points = PoolVector2Array( 0, 12, 4, 12, 4, 16, 0, 16 )
|
|||
points = PoolVector2Array( 0, 0, 4, 0, 4, 4, 0, 4 )
|
||||
|
||||
[sub_resource type="Resource" id=1]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[resource]
|
||||
0/name = "Colony Blue Wall"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,7 @@ version_control_plugin_name="GitAPI"
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/TileMapPlus/plugin.cfg" )
|
||||
enabled=PoolStringArray( )
|
||||
|
||||
[gui]
|
||||
|
||||
|
|
Reference in a new issue