1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 16:44:44 -04:00

Follow Godot file naming conventions

This commit is contained in:
Anthony Foxclaw 2020-07-15 08:33:25 -04:00
parent 0185999e9c
commit bcaf5680b3
38 changed files with 299 additions and 295 deletions

View file

@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=1]
[ext_resource path="res://scenes/clothing/base/undiesBase.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2]

View file

@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture" id=1]
[ext_resource path="res://scenes/clothing/base/undiesBase.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2]

View file

@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture" id=1]
[ext_resource path="res://scenes/clothing/base/undiesBase.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2]