remove herobrine

This commit is contained in:
2025-04-14 15:38:34 +02:00
parent aeddc7d961
commit 388903b9c7
4 changed files with 0 additions and 31 deletions

View File

@@ -11,6 +11,5 @@ config_version=5
[application]
config/name="parable"
run/main_scene="res://scenes/game.tscn"
config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg"

View File

@@ -1,13 +0,0 @@
[gd_scene load_steps=3 format=3 uid="uid://3a8kk828n1m1"]
[ext_resource type="Texture2D" uid="uid://bsd3o6sy0cdc5" path="res://icon.svg" id="1_uwrxv"]
[ext_resource type="Script" uid="uid://cnivcmo6851u6" path="res://scenes/goatdot.gd" id="2_yqjtg"]
[node name="game" type="Node3D"]
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2)
[node name="Goatdot" type="Sprite3D" parent="."]
texture = ExtResource("1_uwrxv")
script = ExtResource("2_yqjtg")

View File

@@ -1,16 +0,0 @@
extends Sprite3D
var tweak = false
var OG_transform = transform
func _input(event):
if event.is_action_pressed("ui_accept"):
self.tweak = not self.tweak
func _physics_process(delta):
if self.tweak:
rotate_x(PI/9)
rotate_y(PI/5)
rotate_z(PI/4)
else:
transform = OG_transform

View File

@@ -1 +0,0 @@
uid://cnivcmo6851u6