art update
This commit is contained in:
parent
6a4e9b7a83
commit
4e4dd28f26
39 changed files with 394 additions and 242 deletions
28
exagon.tscn
28
exagon.tscn
|
@ -1,14 +1,9 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://c87easb8570vd"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://c87easb8570vd"]
|
||||
|
||||
[ext_resource type="PhysicsMaterial" uid="uid://c5tm7od8mwjjb" path="res://elastic.tres" id="1_1oplx"]
|
||||
[ext_resource type="Script" path="res://Shield.gd" id="2_q7qjq"]
|
||||
[ext_resource type="Texture2D" uid="uid://xq1dd6w22i6f" path="res://Hexagon outline.png" id="2_x53yb"]
|
||||
[ext_resource type="Texture2D" uid="uid://baaak3ooc6rvq" path="res://Hexagon.png" id="3_tj1rx"]
|
||||
[ext_resource type="Gradient" uid="uid://c41berdx2rqpw" path="res://gradient.tres" id="4_14wdv"]
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_d2ef1"]
|
||||
gradient = ExtResource("4_14wdv")
|
||||
width = 4096
|
||||
[ext_resource type="SpriteFrames" uid="uid://6oj6l7lnsjhi" path="res://exagon.gif" id="4_cfpay"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_evq3y"]
|
||||
radius = 25.0
|
||||
|
@ -31,17 +26,14 @@ polygon = PackedVector2Array(-13, -443, 204, -317, 206, -69, -12, 57, -231, -71,
|
|||
|
||||
[node name="Generator" type="StaticBody2D" parent="."]
|
||||
|
||||
[node name="Sprite" type="Sprite2D" parent="Generator"]
|
||||
clip_children = 1
|
||||
scale = Vector2(0.1, 0.1)
|
||||
texture = ExtResource("3_tj1rx")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Generator/Sprite"]
|
||||
offset_left = -2110.0
|
||||
offset_top = -490.0
|
||||
offset_right = 1986.0
|
||||
offset_bottom = 534.0
|
||||
texture = SubResource("GradientTexture1D_d2ef1")
|
||||
[node name="Sprite" type="AnimatedSprite2D" parent="Generator"]
|
||||
texture_filter = 1
|
||||
position = Vector2(-0.500002, 0.500002)
|
||||
scale = Vector2(1.59375, 1.59375)
|
||||
sprite_frames = ExtResource("4_cfpay")
|
||||
animation = &"gif"
|
||||
autoplay = "gif"
|
||||
frame_progress = 0.425841
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Generator"]
|
||||
shape = SubResource("CircleShape2D_evq3y")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue