7
Resources/.gitignore
vendored
Normal file
7
Resources/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# .import files are made by Godot because the assets are exposed if using symlinks.
|
||||
# IF you need to persist a .import file because of something used Godot-side (GUI-side),
|
||||
# you can do a negation with !.
|
||||
*.import
|
||||
# Negation would be like this:
|
||||
#!/Textures/UserInterface/handsbox.png.import
|
||||
/I_MADE_THE_SYMLINK
|
||||
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Scenes/Inventory/StorageSlot.tres" type="StyleBox" id=1]
|
||||
[ext_resource path="res://Content/Scenes/Inventory/StorageSlot.tres" type="StyleBox" id=1]
|
||||
[ext_resource path="res://Scenes/SpriteMirror/SpriteView.tscn" type="PackedScene" id=2]
|
||||
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer"]
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
||||
Reference in New Issue
Block a user