move ball assets
This commit is contained in:
parent
e1a3ca9c59
commit
efdd0308a1
5 changed files with 8 additions and 8 deletions
|
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 514 B |
|
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8x8g212emfuo"
|
||||
path="res://.godot/imported/ball-spritesheet.png-ca47a7f54fb74fcd3e843038e4efe7d7.ctex"
|
||||
path="res://.godot/imported/ball-spritesheet.png-7355d8558b078944b7ace1b7bed663ff.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/ball/ball-spritesheet.png"
|
||||
dest_files=["res://.godot/imported/ball-spritesheet.png-ca47a7f54fb74fcd3e843038e4efe7d7.ctex"]
|
||||
source_file="res://scenes/ball/assets/ball-spritesheet.png"
|
||||
dest_files=["res://.godot/imported/ball-spritesheet.png-7355d8558b078944b7ace1b7bed663ff.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
|
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dpcrumi6jrsp4"
|
||||
path="res://.godot/imported/ballshadow.png-e64f35ba237f664be60971bc060213c8.ctex"
|
||||
path="res://.godot/imported/ballshadow.png-79d510e92fa5687d8bfb551c925ea57c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/ball/ballshadow.png"
|
||||
dest_files=["res://.godot/imported/ballshadow.png-e64f35ba237f664be60971bc060213c8.ctex"]
|
||||
source_file="res://scenes/ball/assets/ballshadow.png"
|
||||
dest_files=["res://.godot/imported/ballshadow.png-79d510e92fa5687d8bfb551c925ea57c.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=16 format=3 uid="uid://cmgwv41ht3q4j"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d2s0fid28eihy" path="res://scenes/ball/ball.gd" id="1_nv6q1"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8x8g212emfuo" path="res://scenes/ball/ball-spritesheet.png" id="2_nv6q1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dpcrumi6jrsp4" path="res://scenes/ball/ballshadow.png" id="2_stoaj"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8x8g212emfuo" path="res://scenes/ball/assets/ball-spritesheet.png" id="2_nv6q1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dpcrumi6jrsp4" path="res://scenes/ball/assets/ballshadow.png" id="2_stoaj"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_oqv3d"]
|
||||
friction = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue