Added banana animation

This commit is contained in:
Paul Norberger
2020-04-20 01:42:36 +02:00
parent 1544bf6feb
commit 1d164601ba
12 changed files with 184 additions and 18 deletions

View File

@@ -1,13 +1,14 @@
[gd_scene load_steps=9 format=2]
[gd_scene load_steps=10 format=2]
[ext_resource path="res://Menus/DragNDrop/DragSource.tscn" type="PackedScene" id=1]
[ext_resource path="res://Menus/DragNDrop/DragSink.tscn" type="PackedScene" id=2]
[ext_resource path="res://Objects/Banana/Banana.tscn" type="PackedScene" id=3]
[ext_resource path="res://testSprites/bannane.png" type="Texture" id=4]
[ext_resource path="res://Objects/Banana/icon.png" type="Texture" id=4]
[ext_resource path="res://Objects/Traps/Bear/bear.jpg" type="Texture" id=5]
[ext_resource path="res://Objects/Traps/bear.tscn" type="PackedScene" id=6]
[ext_resource path="res://Objects/Traps/Bear/Animation/0012.png" type="Texture" id=7]
[ext_resource path="res://Menus/DragNDrop/DragNDropUI.gd" type="Script" id=8]
[ext_resource path="res://Objects/Banana/mouse_follow.png" type="Texture" id=9]
[node name="DragNDropUI" type="Control"]
anchor_right = 1.0
@@ -26,7 +27,7 @@ margin_right = 43.9239
margin_bottom = 252.793
texture = ExtResource( 4 )
Item = ExtResource( 3 )
PreviewIcon = ExtResource( 4 )
PreviewIcon = ExtResource( 9 )
[node name="GenericCard2" parent="." instance=ExtResource( 1 )]
margin_left = 69.0145