Skip to content

Add basic documentation about the purpose of function #5

Description

@gregthompson27

function repositonGameItem() {
locationX += speedX;
locationY += speedY;
}
function redrawDrawItem() {
$("#walker").css("left", locationX);
$('#walker').css('top', locationY);
}

@khamal22, just add a basic comment above both of these functions that explain their basic purpose/functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions