Giter Site home page Giter Site logo

cosmic-calamity's Introduction

Hi there ๐Ÿ‘‹

cosmic-calamity's People

Contributors

andgate avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cosmic-calamity's Issues

Complete basic forest map

Complete a basic forest map consisting 3x3 rooms. Setup and use autotiles to accomplish this task.

Fix tree y-sort

Y-sort on trees is a little off.
image
The player should not be overlapping the top of the tree like this! Move the center of the tree object downward a bit to solve this.

This is an issue because I cannot find the center offset property. The property seems to be missing from the Tree object's root node, a StaticBody2D. I've tried setting a Position2D as root instead, thinking that this issue was with StaticBody2D, but the option didn't appear.

Inconsistent Diagonal Walking Animation Behavior

When the player is traveling up/down, if left/right is pressed, then the player should retain the up/down walking animation. However, the left/right walking animation plays instead.

The core issue is that a BlendSpace can only prioritize the animation on one axis, but offsetting the prioritized points by 0.01. There must be a workaround for this. Otherwise, walking animation state may need to be managed manually by a script.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.