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:
parent
0185999e9c
commit
bcaf5680b3
38 changed files with 299 additions and 295 deletions
|
@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue