adds trash folder and functionality to the project, content_manager and EditorAsset classes to use the trash folder. When assets get removed they are moved to trash instead of deleted.
parent
2f27fcf8bc
commit
4a84ca0bcd
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<Project Name="test2.lproj">
|
||||
<NextID ID="1" />
|
||||
<Contents>
|
||||
<Asset Type="1" ID="0" Location="D:\Projects\lunarium\build\Debug\test2\contents\assets\LinkToThePast1_sized.png" TileSizeWidth="16" TileSizeHeight="16" NumTilesCol="64" NumTilesRow="64" />
|
||||
</Contents>
|
||||
</Project>
|
||||
{
|
||||
"Project" : {
|
||||
"Name" = "test2.lproj",
|
||||
"NextID" = 1,
|
||||
"Contents" : [
|
||||
{
|
||||
"Type" = 1,
|
||||
"ID" = 0,
|
||||
"Location" = "D:\Projects\lunarium\build\Debug\test2\contents\assets\LinkToThePast1_sized.png",
|
||||
"TileSizeWidth" = 16,
|
||||
"TileSizeHeight" = 16,
|
||||
"NumTilesCol" = 64,
|
||||
"NumTilesRow" = 64
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,6 +0,0 @@
|
||||
{
|
||||
"Project" : {
|
||||
"Name" : "test2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue