mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-19 13:14:43 -05:00
Renamed /assets to /sprites
This commit is contained in:
parent
cd29182f1f
commit
6dd20ff447
145 changed files with 314 additions and 309 deletions
|
|
@ -1,12 +1,13 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://src/GameScn.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/modern_dress_up_bg.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/icrazy_frame.png" type="Texture" id=3]
|
||||
[ext_resource path="res://sprites/modern_dress_up_bg.png" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/icrazy_frame.png" type="Texture" id=3]
|
||||
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://scn/Clothes.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6]
|
||||
|
||||
|
||||
[node name="GameScreen" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue